09d249e549
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
5 lines
78 B
PHP
5 lines
78 B
PHP
<?php
|
|
|
|
class Doctrine_Manager_Exception extends Doctrine_Exception { }
|
|
|
|
?>
|