View Single Post
  #4 (permalink)  
Old 07-15-2008, 12:14 PM
jweber jweber is offline
Senior Member
 
Join Date: Jun 2008
Location: Florida
Posts: 108
Default

Perhaps you can post the code from your index.php here so we can take a look at it. If the helper works when placed in the Zend library that suggests to me that it is not an issue with the naming of the class or its methods, but rather with making it available to Zend_View via the addHelperPath() method.

I assume you have the entire library directory in the PHP include path...
Reply With Quote