Action based navigation in Zend Framework
问题 i have navigation menu which is displayed to users based on certain action of the controller. here is what i am doing. //in each controller-action where i want "action navigation menu" public function indexAction() { $this->_helper->navigation()->renderActionNavigation(); } public function newAction() { $this->_helper->navigation()->renderActionNavigation(); } the navigation menu is displayed accordingly. here is my navigation.xml file. <?xml version="1.0" encoding="UTF-8"?> <configdata>