i am writing an action helper and i need to call another action helper from within that helper. but i dont know how. here in the sample code:
class Common_Co
In addition to mercator's answer, add your method after, see example below:
Zend_Controller_Action_HelperBroker::getStaticHelper('FlashMessenger')->myMethod();