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
You can call it in this way:
$this->_actionController->OtherActionHelper();
The _actionController property references the actual action controller.
_actionController