Show
Ignore:
Timestamp:
10/16/07 00:03:08 (15 months ago)
Author:
jwage
Message:

Fixes to original compiler code to allow the exporting of certain drivers.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine.php

    r2872 r2874  
    534534     * @return void 
    535535     */ 
    536     public static function compile($target = null) 
    537     { 
    538         return Doctrine_Facade::compile($target); 
     536    public static function compile($target = null, $includedDrivers = array()) 
     537    { 
     538        return Doctrine_Facade::compile($target, $includedDrivers); 
    539539    } 
    540540