You might be better off creating a view helper to handle that menu. The overhead of dispatching a new request may not be worth it.
-- Hector On Sun, Aug 30, 2009 at 1:00 AM, neobeacon <[email protected]> wrote: > > If I create a menu controller and index action for generate the menu,Can I > use action() from layout to echo output of menu without creating any front > controller action plugins(like action stack) > > thanks > -- > View this message in context: > http://www.nabble.com/How-to-add-a-database-genarated-menu-for-a-layout-tp25209362p25209506.html > Sent from the Zend Framework mailing list archive at Nabble.com. > >
