In my apps I set the view helper path in the bootstrap.
PHP Code:
$viewRenderer = Zend_Controller_Action_HelperBroker::getStaticHelper('viewRenderer');
$viewRenderer->initView();
//include our custom helpers
$viewRenderer->view->addHelperPath(APPLICATION_DIRECTORY . '/views/helpers', 'My_View_Helper');