示例#1
0
 /**
  * Configure autoloading using Padl.
  *
  * This is designed to play nicely with other autoloaders.
  *
  * @return void
  */
 public static function registerAutoload()
 {
     if (self::$loader == null) {
         self::$loader = new PadlAutoloader();
     }
     return self::$loader;
 }