ZF-143: __autoload and Zend_View::setHelperPath exception
Description
i love using function __autoload($class) { Zend::loadClass($class); } and i also love using $view = new Zend_View(); $view->setHelperPath('application/helpers'); but it's imposible, as i would get and exception unless i create a local Zend/View/Helper folder and shuv all the helpers there. it works but that's not intuitive, and i would like to see an option to autoload it from the helper paths
Comments
Posted by Mike Naberezny (mike) on 2006-06-24T10:06:12.000+0000
Duplicate of ZF-101
Posted by Wil Sinclair (wil) on 2008-12-19T13:42:08.000+0000
Bookkeeping. Closing old issues and assigning them to the person who ultimately resolved the issue.