my question is, how to run one controller in context of action of another and get html result
AController { function aaction(){ $html = $this->runControllerAction($array('controller'=>'AnyController','action'=>'AnyAction')) //$html is result of work of AnyController->AnyAction(); } }