Changeset 2537
- Timestamp:
- 06/25/08 09:24:47 (5 months ago)
- Location:
- branches/0.11
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
src/database/AgaviDoctrineDatabase.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/CHANGELOG
r2536 r2537 5 5 -------------------------- 6 6 7 ADD: Add support for native doctrine model autoloading (#759) (David) 7 8 ADD: Add support for doctrine manager attributes (#783) (David) 8 9 ADD: Add SecurityUser::hasCredential and SecurityUser::getCredentials for convenience (Noah) (#772) -
branches/0.11/src/database/AgaviDoctrineDatabase.class.php
r2536 r2537 120 120 } 121 121 122 Doctrine::loadModels($this->getParameter('load_models')); 123 122 124 foreach((array)$this->getParameter('bind_components', array()) as $componentName) { 123 125 $this->doctrineManager->bindComponent($componentName, $name);

