View Single Post
  #2 (permalink)  
Old 04-08-2007, 10:46 PM
SpotSec's Avatar
SpotSec SpotSec is offline
Senior Member
 
Join Date: Feb 2007
Location: United States
Posts: 122
Default

Hi,
Welcome to the forums.

Perhaps you should check out the manual it is full of helpful examples. There is an example under section 34.4.3. Writing Custom Helpers Zend Framework

Basically you can create the helper and add the path to your helpers with addHelperPath()

ex.
<module>/views/helpers/<controller>/MyHelper.php

$this->myHelper();
__________________
Zym Framework - A Zend Framework extension library w/ demo app

SpotSec Blog:
http://spotsec.com/blog
Reply With Quote