Example #1
0
 /**
  * Helper function to forward in a new controller method.
  *
  * @param $controller
  * @param array $params
  *
  * @return mixed|string
  */
 public function forward($controller, array $params = array())
 {
     return $this->app->renderController($controller, $params);
 }