示例#1
0
 public function createApplication()
 {
     $ems = new EMS();
     $ems->run();
     $app = $ems->getApp();
     $app['debug'] = true;
     unset($app['exception_handler']);
     return $app;
 }
示例#2
0
文件: index.php 项目: bmh2f/Cloud4SOA
<?php

require_once "EMS.php";
$ems = new EMS();
$ems->run();