Iam trying to generate the me开发者_StackOverflow中文版nu and For that iam using navigation.xml (Zend Framework)
I am rendering the top-level elements of a Zend Navigation object in one place like this: echo $this->navigation()->menu()->setMaxDepth(0);
I have my Zend_Navigation loaded from a PHP array (but that\'s irrelevant...) and I\'m using the navigation menu helper to generate a menu based on the loaded navigation. Some menu items must not appe
I made a menu with zend_navigation, using an ini file. That work well. If I look at the code, i see that zend has added a class, to the ul element.
I have a problem with Zend_Navigation that I am hoping for a little guidance on. I\'m in the process of adding a Zend_Navigation to a legacy app as described [here on SO].1
I\'ve been struggling with Zend_Navigation all weekend, and now I have another problem, which I believe has been the cause of a lot of my issues.
Following on from my earlier question, I am still having issues with loading the xml file into Zend_Navigation.
I am developing an application at the moment with zend and I have seperated the app into modules. The default module is the main site where unlogged in users access and have free reign to look around
I have more than one Zend_Navigation object in my application.I want to do a test to find out which object holds the page I\'m currently on.I didn\'t see methods for doing that in the documentation.Ca
I\'m using Zend_Navigation and am trying to integrate it with Zend_Acl.Each page in the navigation has a privilege attribute.What I can\'t determine is how to define multiple privileges for a single p