Hi, I' using phalcon 3.x with Multi module. Please help me use exception with Dispatch forward: This command not working
$dispatcher->forward(array(
'module' => 'abc',
'controller' => 'index',
'action' => 'show404'
));
return false;
Hi, I' using phalcon 3.x with Multi module. Please help me use exception with Dispatch forward: This command not working
$dispatcher->forward(array(
'module' => 'abc',
'controller' => 'index',
'action' => 'show404'
));
return false;