• romanb's avatar
    - Lazy connections possible through Doctrine_Manager::addDSN($dsn,... · 09d249e5
    romanb authored
    - 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
    09d249e5
Record.php 49 KB