protected function _initHelpers()
{
Zend_Controller_Action_HelperBroker::addHelper(
new Joo_Controller_Action_Helper_Session()
);
}
I like your generic solution, however, I don't know how to add the
individual helpers after I specified the path, since there's no much
benefit to do so if I still need to add the helpers the way I did
above :)
So, after creating my generic helper path resurce method, can I
somehow add the actual helpers in application.ini?
Thanks,
Ádám
没有评论:
发表评论