Example #1
0
 public function searchAction()
 {
     /**
      * Basically act as post proxy
      * maybe i should use \nategood\HTTPful here... 
      */
     return Route::redirecToRoute($this, 'indexAction', $this->request['cityname']);
 }