ZF-6338: Invalid Code in Docs
Description
<?php foreach ($this->container as $page) { echo $this->menu()->htmlify($page), PHP_EOL; }
is the code that explains Zend_View_Navigation_Menu::renderPartial() ... should become echo $this->navigation()->menu()
Comments
Posted by Pádraic Brady (padraic) on 2009-09-18T12:47:53.000+0000
Fixed in r18277