Example #1
0
 /**
  * Initialize the base directory for the autoloader.
  * Avoids a call to dirname(__FILE__) each time self::autoload() is called.
  * FIXME put in the constructor if the Propel class ever becomes a singleton
  */
 public static function initBaseDir()
 {
     self::$baseDir = dirname(__FILE__) . '/';
 }