Exemplo n.º 1
0
 public function setRouter()
 {
     $router = new Engine_Router();
     if ($router->showContent()) {
         $this->post();
     }
 }
Exemplo n.º 2
0
 public function setRouter()
 {
     $router = new Engine_Router();
     $router->showContent();
     $this->DBH = null;
 }