i read that i can control the way my Zend_Navigation menu by partials http://framework.zend.com/manual/en/zend.view.helpers.html#zend.view.helpers.initial.navigation.menu
Example 60.40. Rendering a custom menu using a partial view script but i only got the 1st root item IMS i setup my navigation like IMS --- Home --- Lab --- --- Lab Sub Menu 1 --- --- Lab Sub Menu 2 --- --- Lab Sub Menu 3 --- Library --- Media --- Misc --- Reports ... without the custom partial i got the whole nav but i used setMinDepth(1) and setMaxDepth(1) to get only Home, Lab, Library ... even if i remove the min/max depth stuff with the custom view partial i got the 1st node only ... IMS -- View this message in context: http://www.nabble.com/Zend_Navigation-menu-using-partials-tp23420731p23420731.html Sent from the Zend Framework mailing list archive at Nabble.com.
