/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$front = Zend_Controller_Front::getInstance(); if ($front->getDispatcher()->isDispatchable($request)) { // Controller exists }