Exemplo n.º 1
0
 public function createApplication()
 {
     $ems = new EMS();
     $ems->run();
     $app = $ems->getApp();
     $app['debug'] = true;
     unset($app['exception_handler']);
     return $app;
 }
Exemplo n.º 2
0
<?php

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