Changeset 2537

Show
Ignore:
Timestamp:
06/25/08 09:24:47 (5 months ago)
Author:
david
Message:

Added support for native doctrine model autoloading, closes #759

Location:
branches/0.11
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/CHANGELOG

    r2536 r2537  
    55-------------------------- 
    66 
     7ADD: Add support for native doctrine model autoloading (#759) (David) 
    78ADD: Add support for doctrine manager attributes (#783) (David) 
    89ADD: Add SecurityUser::hasCredential and SecurityUser::getCredentials for convenience (Noah) (#772) 
  • branches/0.11/src/database/AgaviDoctrineDatabase.class.php

    r2536 r2537  
    120120      } 
    121121       
     122      Doctrine::loadModels($this->getParameter('load_models'));  
     123       
    122124      foreach((array)$this->getParameter('bind_components', array()) as $componentName) { 
    123125        $this->doctrineManager->bindComponent($componentName, $name);