public forward (array $forward)
Forwards the execution flow to another controller/action Dispatchers are unique per module. Forwarding between modules is not allowed
$this->dispatcher->forward(array("controller" => "posts", "action" => "index"));
public forward (array $forward)
Forwards the execution flow to another controller/action Dispatchers are unique per module. Forwarding between modules is not allowed
$this->dispatcher->forward(array("controller" => "posts", "action" => "index"));
Please login to continue.