A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Zend Framework Tutorial: Creating your own Action Helper (fixed)

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*

This entry was posted in Uncategorized and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>