Zend_Controller_Router_Route_Chain more routes - more problems
- by epmspec
When i use only langRoute and moduleRoute i have not any problems. But when i add pageRoute it is not work properly. I have tried many another ways do it (Regex etc) but none gives the desired result. Can anybody help me?
$front = Zend_Controller_Front::getInstance();
$router = $front->getRouter();
//Route_page needs dispatcher and request…