Can I access my action helpers from my models? What am avoiding is creating new models and calling the functions everytime I need some functionality.
Any tips?
Can I access my action helpers from my models? What am avoiding is creating new models and calling the functions everytime I need some functionality.
Any tips?
What about:
Zend_Controller_Action_HelperBroker::getStaticHelper('helpername')->doStuff();