I have written a simple tutorial on how you can create your own Action Helper using the Modular Directory Structure.
To create your own action helper in your own namespace using the Modular Directory Structure, do the following:
1. Add this line in your index.php (bootstrap file): Zend_Controller_Action_HelperBroker::addPrefix(‘Ekini_Controller_Action_Helper’);
2. Go to your library directory
3. Create a directory named: Ekini (or your own name)
4. Go inside Ekini directory
5. Create a directory named: Controller
6. Go inside the Controller directory
7. Create a directory named: Action
8. Go inside the Action directory
View the entire tutorial by clicking here. *Link is now fixed*