ZF-6902: Rename Zend_Dojo::enableView($view); in Zend_Dojo::addHelperPath($view);
Description
Should be usefull to remove the confusing functions names between
Zend_Dojo::enableView($view); And $view->dojo()->enable(); $view->dojo()->isEnabled();
Should be usefull to remove the confusing functions names between
Zend_Dojo::enableView($view); And $view->dojo()->enable(); $view->dojo()->isEnabled();
Comments
Posted by Frank Brückner (frosch) on 2012-05-21T10:41:03.000+0000
The parameter is a {{Zend_View}} instance, but you want to rename the method name to "addHelperPath"?