Calling another Action Helper from another action Helper in Zend Framework -


is possible call action helper action helper. have created action helper preform layout related stuff using predispatch hook. want call ajaxcontext within first action helper's predispatch method. ideas how can achieve this?

you can use zend_controller_action_helperbroker fetch other helpers.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -