Постарничность

This commit is contained in:
origami11 2017-05-04 15:51:19 +03:00
parent f30f7546d6
commit cc33b8f810
6 changed files with 98 additions and 3 deletions

View file

@ -372,4 +372,9 @@ class Controller_Action
{
$this->_getActionPath()->getPath($this, ($action) ? $action : $request->getAction());
}
function redirect($action) {
header('location: ' . $this->fUrl($action));
exit();
}
}