예제 #1
0
파일: App.php 프로젝트: rootree/IQU
 public function run()
 {
     $router = DI::router();
     $output = $router->getOutputByRequest();
     DI::render()->show($output, $router->getPath());
 }