Show
Ignore:
Timestamp:
01/03/08 20:14:50 (12 months ago)
Author:
jwage
Message:

Removed $aggressive param as it is not needed and was left there by mistake.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine.php

    r3420 r3449  
    524524     * 
    525525     * @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 files 
    528526     * @return array $loadedModels 
    529527     */ 
    530     public static function loadModels($directory, $agressive = true) 
     528    public static function loadModels($directory) 
    531529    { 
    532530        $loadedModels = array();