Using Action Helpers in Zend Framework
When you have some functionality that needs to be shared across multiple controllers, one method is to use action helpers. Action helpers are very powerful and contain hooks to automatically run when you need them too, but you can ignore all that if you don't need it. The first thing you need to do is decide where to put them. The latest default project structure document recommends using a sub folder from your controllers directory.… continue reading.