예제 #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;
 }
예제 #2
0
파일: index.php 프로젝트: bmh2f/Cloud4SOA
<?php

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