コード例 #1
0
ファイル: EMSTest.php プロジェクト: bmh2f/Cloud4SOA
 public function createApplication()
 {
     $ems = new EMS();
     $ems->run();
     $app = $ems->getApp();
     $app['debug'] = true;
     unset($app['exception_handler']);
     return $app;
 }