Return to Snippet

Revision: 43368
at March 22, 2011 21:54 by Roen


Initial Code
;add helper path
resources.frontController.actionhelperpaths.My_Action_Helper = "My/Action/Helper"

; register action helpers in helperbroker
resources.frontController.plugins.authorize = "My_Controller_Plugin_Authorize" 
resources.frontController.plugins.analytics = "My_Controller_Plugin_Analytics"
; etc...

Initial URL
http://www.zfforums.com/zend-framework-general-discussions-1/general-q-zend-framework-2/how-register-action-helpers-application-ini-3005.html

Initial Description
Not tested

Initial Title
Add action helpers (and path) in config.ini file

Initial Tags


Initial Language
Other