Changeset 3449 for trunk/lib/Doctrine.php
- Timestamp:
- 01/03/08 20:14:50 (12 months ago)
- Files:
-
- 1 modified
-
trunk/lib/Doctrine.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Doctrine.php
r3420 r3449 524 524 * 525 525 * @param string $directory Path to directory of models or array of directory paths 526 * @param bool $aggressive Bool true/false for whether to load models aggressively.527 * If true it will require_once() all found .php files528 526 * @return array $loadedModels 529 527 */ 530 public static function loadModels($directory , $agressive = true)528 public static function loadModels($directory) 531 529 { 532 530 $loadedModels = array();