Hi,

Zend_Navigation likes to be really helpful for me ! But there are some cases on which i couldn't find enough documentation.
What I would have liked, is to be able to create multiple menus without instancing different Zend Navigation object.
Here is an UC :

a main menu with a 'Home' root.
a footer menu without root, or one which will not be displayed.

I understood how to render a subMenu from the 'main menu'
But I wasn't able to config multiple menus without using hacks or something..
I tried to add a '<group>' elements to my top level label, and then tried to render using the magic __call with findOneByGroup('main');
But it didn't work.

Any ideas on how I could achieve this ?  


Reply via email to