Exemplo n.º 1
0
 public static function init()
 {
     if (self::$_inited) {
         return;
     }
     require_once dirname(__FILE__) . DS . 'Uber' . DS . 'Loader.php';
     self::initUberAutoload();
     Uber_Loader::registerAutoload();
     self::$_inited = true;
 }