EDIT:
Forgot to say to setup plugin in _initRoutes in bootstrap:
protected function _initRoutes() {
$router = new My_Controller_Router_Rewrite();
Zend_Controller_Front::getInstance()->setRouter($router);
....-- View this message in context: http://n4.nabble.com/Zend-Navigation-and-Router-issue-tp663765p680296.html Sent from the Zend Framework mailing list archive at Nabble.com.
