Or if you're using Zend_Application you can add this line to your application.ini
resources.view.helperPath.Default_View_Helper = APPLICATION_PATH "/views/helpers"
The part "Default_View_Helper" is your helper classname prefix for all view helpers in that folder.
--
Hector Virgen