Changeset 4924 for trunk/lib/Doctrine
- Timestamp:
- 09/12/08 10:58:02 (4 months ago)
- Location:
- trunk/lib/Doctrine
- Files:
-
- 7 added
- 3 removed
- 1 modified
-
Hydrator (deleted)
-
Hydrator.php (deleted)
-
HydratorNew.php (deleted)
-
ORM/Exceptions/HydrationException.php (added)
-
ORM/Internal/Hydration (added)
-
ORM/Internal/Hydration/AbstractHydrator.php (added)
-
ORM/Internal/Hydration/ArrayDriver.php (added)
-
ORM/Internal/Hydration/Exception.php (added)
-
ORM/Internal/Hydration/ObjectDriver.php (added)
-
ORM/Internal/Hydration/StandardHydrator.php (added)
-
Query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Doctrine/Query.php
r4628 r4924 97 97 { 98 98 $this->_entityManager = $entityManager; 99 $this->_hydrator = new Doctrine_ Hydrator($entityManager);99 $this->_hydrator = new Doctrine_ORM_Internal_Hydration_StandardHydrator($entityManager); 100 100 101 101 $this->free();