tobiaaaas wrote:
> 
> I would also like to know this. Is it possible
> 

You may have one navigation in app.ini,
and render only part when needed,

using something like this:
$myMenuContainer = $nav->getOneByLabel('myLabel');
$this->navigation()->menu()->renderMenu($myMenuContainer);
(*not tested)

BTW. XML is better for storing navigation structures.

-- 
regards
takeshin

-- 
View this message in context: 
http://www.nabble.com/Multiple-containers-in-navigation-application-resource-tp23830270p24725273.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to