[fw-general] Building nested menu with Zend_Navigation

2011-10-07 Thread Steve Rayner
I am trying to use Zend_Navigation to create a nested site menu, but am struggling in two areas. I have the following code in my bootstrap; // Set up navigation. $navContainerConfig = new Zend_Config_Xml(APPLICATION_PATH . '/configs/config.xml', 'nav'); $navContainer =

Re: [fw-general] Building nested menu with Zend_Navigation

2011-10-07 Thread Frank Brückner
Hello Steve, Am 07.10.2011, 17:34 Uhr, schrieb Steve Rayner srayne...@googlemail.com: I have to admit I don't understand the workings of this code. On the last line i am setting the class for the top level UL tag, but I also need to the the ID. Is that possible. At the moment you can not