/ Published in: PHP
Expand |
Embed | Plain Text
$front = Zend_Controller_Front::getInstance(); if ($front->getDispatcher()->isDispatchable($request)) { // Controller exists }
You need to login to post a comment.
$front = Zend_Controller_Front::getInstance(); if ($front->getDispatcher()->isDispatchable($request)) { // Controller exists }
You need to login to post a comment.