I'm building navigation menu editor.

When I display menu, I want to have additional links (edit, delete, addnew)
after each navigation item.
I suppose the best solution is to have custom view helper.

My new helper My_View_Helper_Navigation_CustomMenu would be basically
extension of Zend_View_Helper_Navigation_Menu, with custom htmlify() method.

My questions are:
- how to register this new helper
- how to use it in view

-- 
regards
takeshin
-- 
View this message in context: 
http://www.nabble.com/Zend_Navigation-custom-rendering-tp24611571p24611571.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to