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();