>If I have this example code
>
>$container = new Zend_Navigation();
>
>// add page by giving a page instance
>$container->addPage(Zend_Navigation_Page::factory(array(
>    'uri' => 'http://www.example.com/'
>)));

>How am I supposed to render it with the code you posted?

i would imagine

echo $this->navigation($container)->menu();
-- 
View this message in context: 
http://www.nabble.com/Zend_Navigation%3A-how-to-render--tp23636373p23636629.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to