예제 #1
0
 protected function redirectTo($controller, $action = 'index', $params = array())
 {
     header('Location: ' . Lazy_Http_Dispatcher::urlTo($controller, $action, $params));
     exit;
 }