You need to add the helper path to the view object in bootstrap:
$view->addHelperPath('application/views/helpers/', 'My_View_Helper_Prefix');See: http://framework.zend.com/manual/en/zend.view.helpers.html#zend.view.helpers.paths -- View this message in context: http://www.nabble.com/Global-access-of-models-and-helpers--tp14251508s16154p14251514.html Sent from the Zend Framework mailing list archive at Nabble.com.
