2009年8月4日星期二

Re: [fw-mvc] Creating action helper in zend frameworl 1.9

I've added the following line to my application.ini to let my front controller know where the action helpers are located:

resources.frontController.actionHelperPaths.Default_Action_Helper = APPLICATION_PATH "/controllers/helpers"

This is saying that I have action helpers in /controllers/helpers and the class names are prefixed with "Default_Action_Helper".

--
Hector


On Tue, Aug 4, 2009 at 8:45 AM, ashoms0a <ashoms0a@gmail.com> wrote:

Hi there,

I know some of you might consider this as a silly question but this is the
only way to learn...asking the experts.

I need to know how to use an action helper after creating it. For example,
How to tell zend how to find my helpers?
any special thing that need to be added to the bootstrap file?
anything that need to be added in the configurations file?

With the new zend_application class, i am just confused. I tried to read the
documentation but i could not figure out how to do this as there is no
enough & clear examples

any help is highly appreciated
--
View this message in context: http://www.nabble.com/Creating-action-helper-in-zend-frameworl-1.9-tp24811134p24811134.html
Sent from the Zend MVC mailing list archive at Nabble.com.


没有评论: