Getting Zend_Navigation menu to work with jQuery's Fisheye
问题 I'm using Zend_Navigation (sweet addition to the framework, btw) to build my menu, after which it should be rendered in the page (self-evidently). I first set the container somewhere in the controller: // $pages is the array containing all page information $nav = new Zend_Navigation($pages); $this->view->navigation($nav); Then, in the layout, it is rendered like this: echo $this->navigation()->menu(); which works perfectly. Now: I want the menu to be rendered a little differently. The page I