Re: [fw-general] How can I extend Zend_View_Helper_Navigation_Menu?

2011-03-16 Thread Hector Virgen
Zend's Navigation_* view helpers are not located in the same place as all of the other Zend view helpers. This means the "parent" Navigation view helper has to register a new prefix/path pair on its own. Normally this prefix/path pair gets registered *after* your application is bootstrapped. This

[fw-general] How can I extend Zend_View_Helper_Navigation_Menu?

2011-03-16 Thread Peter Sharp
I'm trying to find a way to extend the menu view helper in order to make a few changes to the way it handles ACL, but I cant seem to find a way to make it use mine instead of the zend version. I have the file located at Custom/View/Helper/Navigation/Menu.php under library (class name 'Custom_View_