Is it possible to call another action helper from another action helper. Actually I have created an action helper which preform some layout related stuff using preDispatch hook. Now I want to call ajaxContext within my first action helper’s preDispatch method. any ideas how can I achieve this?
Is it possible to call another action helper from another action helper. Actually I
Share
You can use the Zend_Controller_Action_HelperBroker to fetch other helpers.