Hi, I've got a very simple page, header, left menu, right content, footer. Menu items are generated from the database.
What is the easiest way of adding menu into the every page? I dont want to have this code in every controller's preDispatch() method: $menu = $menuGenerator->getMenu(); $this->view->menu = $menu; Thanks for replies! Malfojan -- View this message in context: http://www.nabble.com/Simple-menu-on-every-page-tp16121967s16154p16121967.html Sent from the Zend Framework mailing list archive at Nabble.com.
