Changeset 5324
- Timestamp:
- 12/30/08 16:00:44 (6 months ago)
- Location:
- branches
- Files:
-
- 2 modified
-
1.0/lib/Doctrine/Connection.php (modified) (1 diff)
-
1.1/lib/Doctrine/Connection.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Connection.php
r5261 r5324 54 54 * @author Lukas Smith <smith@pooteeweet.org> (MDB2 library) 55 55 */ 56 abstract class Doctrine_Connection extends Doctrine_Configurable implements Countable, IteratorAggregate 56 abstract class Doctrine_Connection extends Doctrine_Configurable implements Countable, IteratorAggregate, Serializable 57 57 { 58 58 /** -
branches/1.1/lib/Doctrine/Connection.php
r5286 r5324 54 54 * @author Lukas Smith <smith@pooteeweet.org> (MDB2 library) 55 55 */ 56 abstract class Doctrine_Connection extends Doctrine_Configurable implements Countable, IteratorAggregate 56 abstract class Doctrine_Connection extends Doctrine_Configurable implements Countable, IteratorAggregate, Serializable 57 57 { 58 58 /**