Hi, I tried the Zend_Navigation in my project and I bumped into following challenges:
1. How can I add subpages dynamically so I don't have to declare all my pages in ini, xml or array? Example: I have main level: home, projects, users second level for projects would be projects > project ID 3 So, how could I add this project ID 3 page under projects page (which is defined in INI file). Now I made "dummy" subpage to my ini file, which I just update dynamically with correct label and url. 2. Do I need to set my home page active by default? Now breadcrumbs() helper shows some weird breadcrumb on my homepage. Apparently active page is the way Zend_Navigation creates the breadcrumb and not some Url detection? In subpages the breadcrumbs work correctly if I set the active page manually. br, Marko -- View this message in context: http://www.nabble.com/Zend_Navigation-questions-tp24142115p24142115.html Sent from the Zend Framework mailing list archive at Nabble.com.
