don't know if you have to use the helpers, but that's one way to do it. echo $this->navigation()->menu(); echo $this->navigation()->sitemap(); echo $this->navigation()->breadcrumbs(); echo $this->navigation()->links();
refs: http://framework.zend.com/manual/en/zend.view.helpers.html#zend.view.helpers.initial.navigation http://hienoa.net/web/2009/05/03/getting-started-with-zend_navigation-with-two-simple-steps/ Razorblade wrote: > > > Hi, > I've read the documentation about Zend_Navigation component, I have clear > how to create a container and how to add pages to it , but what is not > clear is how to render. > Do I have to use the 'navigation' view helper? And how? > Thanks > > Sergio Rinaudo > > > _________________________________________________________________ > Più di 30 stazioni. Ascolta la Radio su Messenger! > http://messenger.it/radioMessenger.aspx > -- View this message in context: http://www.nabble.com/Zend_Navigation%3A-how-to-render--tp23636373p23636489.html Sent from the Zend Framework mailing list archive at Nabble.com.
