Action helpers in
Zend controller helps in abstracting concepts that are in common use for the project without cluttering the code base.
Zend's official website and Zend casts gives detailed easy to use examples.
Step 1: Decide where you want the helper class for the controllers to reside inside the application folder. For this example, let us create a folder hierarchy under "application" folder
» application/controllers/Helper
(more…)