Example #1
0
 public static function run()
 {
     $app = new self();
     $app->initConfig();
     try {
         LanguageService::register($app);
     } catch (Exception $e) {
         echo sprintf('Service load error: %s', $e->getMessage());
         die(-1);
     }
     return $app;
 }