Am working on a multimodule project. The problem I don't seem to foward to another action at all despite trying the following;
$dispatcher->forward(
array(
'module' => 'backend',
'controller' => 'index',
'action' => 'index'
)
);
return $this->dispatcher->forward(array(
'action' => 'index'
));
return $this->response->redirect('/index');
I just get the message
The index does not exist in the cursor