Постарничность
This commit is contained in:
parent
f30f7546d6
commit
cc33b8f810
6 changed files with 98 additions and 3 deletions
|
|
@ -372,4 +372,9 @@ class Controller_Action
|
|||
{
|
||||
$this->_getActionPath()->getPath($this, ($action) ? $action : $request->getAction());
|
||||
}
|
||||
|
||||
function redirect($action) {
|
||||
header('location: ' . $this->fUrl($action));
|
||||
exit();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue