I just upgraded from v1.5 to v1.6 and got following error:
PHP Fatal error: Uncaught exception 'Zend_Loader_PluginLoader_Exception'
with message 'Plugin by name _ was not found in the registry.'
I have custom helper with name _ and directory structure like:
public/
index.php
...
Core/
...
/Views/
Helpers/
_.php
...
...
applications/
...
I am setting paths with:
$this->view->setScriptPath('../Core/Views');
$this->view->setHelperPath('../Core/Views/Helpers', 'myapp_Helper_');
Does anyone knows what I am doing wrong?
Tnx
Boris
--
View this message in context: http://www.nabble.com/Problems-with-custom-view-helpers-in-1.6-tp19403276p19403276.html
Sent from the Zend MVC mailing list archive at Nabble.com.
没有评论:
发表评论