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
Use the action helper broker:
$flashMessenger = Zend_Controller_Action_HelperBroker::getStaticHelper('FlashMessenger');