Guest User

Untitled

a guest
Jul 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Index: UPGRADE_TO_1_2
  2. ===================================================================
  3. --- UPGRADE_TO_1_2 (Revision 7001)
  4. +++ UPGRADE_TO_1_2 (Arbeitskopie)
  5. @@ -272,7 +272,7 @@
  6. [php]
  7. $q->execute(array(), 'MyHydrator');
  8.  
  9. -# Custom Connections
  10. +## Custom Connections
  11.  
  12. You can now write and register your own custom Doctrine connection drivers and
  13. adapters.
  14. @@ -304,7 +304,7 @@
  15. echo get_class($conn); // Doctrine_Connection_Test
  16. echo get_class($conn->getDbh()); // Doctrine_Adapter_Test
  17.  
  18. -# Doctrine Extensions
  19. +## Doctrine Extensions
  20.  
  21. Doctrine now has support for creating, loading and testing extensions in to your
  22. projects.
Add Comment
Please, Sign In to add comment