1
0
mirror of synced 2024-12-13 06:46:03 +03:00
Doctrine 2 Object Relational Mapper (ORM)
Go to file
romanb 09d249e549 - Lazy connections possible through Doctrine_Manager::addDSN($dsn, $connectionName). Connections will then be opened automatically when they are requested the first time.
Changes concerning multiple connection control:
- injection of the Connection object into the Doctrine_Table constructor, instead of a static lookup.
- added optional Connection parameter to save/delete of Doctrine_Record and Doctrine_Collection
2006-09-22 19:23:57 +00:00
Doctrine - Lazy connections possible through Doctrine_Manager::addDSN($dsn, $connectionName). Connections will then be opened automatically when they are requested the first time. 2006-09-22 19:23:57 +00:00
draft Added a leaner dsn parser for consideration 2006-09-22 02:22:35 +00:00
manual fixed missing links and mispell 2006-09-21 04:03:03 +00:00
tests added boolean test case 2006-09-22 08:07:49 +00:00
Doctrine.php Refactored Doctrine::loadAll() 2006-09-20 21:29:50 +00:00