Hector Virgen wrote:
> 
> This results in a prefix/path stack that looks like this:
> 
> Zend_View_Helper => Zend/View/Helper
> Zend_View_Helper_Navigation => Zend/View/Helper/Navigation
> Custom_View_Helper => Custom/View/Helper
> 
> At this point Zend_View should now be able to find your custom "menu" view
> helper.
> 

How can I verify that?  It doesn't seem to have any impact, it still loads
Zend_View_Helper_Navigation_Menu.

I've stepped through it with xdebug to see how it loads, but as I watch the
pluginLoader build the _prefixToPaths, it doesn't seem to include mine. 
Certainly, by the time it hits load('Menu', true) in pluginLoder, the
prefixToPaths only contains two paths for Zend_View_Helper_ and one for
Zend_View_Helper_Navigation_.

Am I missing a step somewhere, or should those lines in application.ini be
all that is needed?

--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/How-can-I-extend-Zend-View-Helper-Navigation-Menu-tp3383587p3383887.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to