render another modules action

Hi guys,


$this->actionStock_status();

to want render the action in same modules.

how to render another modules action in controller??

thanks guys, pls help.

You need to be clear if you want to get help…

What you mean with render?

You cannot render an action… you can only render a view file !

http://www.yiiframework.com/doc/api/1.1/CController#run-detail

or use a widget as a widget is kind of controller

Hi guys,

sorry for my poor English.

For example: the code below is to run the action in same modules when i go to index action.


 public function actionIndex()

    {

         $this->actionSales();

    }

how to run a action from different modules. I want render the sales modules sales transaction view.

thanks you,