Hi i believe there is a bug, when i set custom helper paths using a custom view class like so

$view = new Zend_View_Flexy($config->flexy->toArray());
$view->addHelperPath('../application/views/helpers','View_Helper');

And then i try to add a  form_select helper i get this

helper 'FormSelect' not found in path.

even adding

$view->addHelperPath('Zend/View/Helpers','Zend_View_Helper');

doesnt help. any ideas ?

Reply via email to