예제 #1
0
파일: Bootstrap.php 프로젝트: rosko/workapp
 public function setRouter()
 {
     $router = new Engine_Router();
     if ($router->showContent()) {
         $this->post();
     }
 }
예제 #2
0
 public function setRouter()
 {
     $router = new Engine_Router();
     $router->showContent();
     $this->DBH = null;
 }