예제 #1
0
 /**
  * @return TigerApp
  */
 public static function run()
 {
     if (!self::$tigerApp) {
         self::$tigerApp = new TigerApp(APP_ROOT);
     }
     $instance = self::$tigerApp->begin();
     return $instance;
 }