Rendering view from Action class

Hi,

I’m new to the forum. So forgive me if I posted on the wrong spot. I am working with Yii and I have to say it is really nice. Keep up the good job.

I’ve been having a problem , hope someone can be of help :

I seperated my Controller to have different actions (see http://www.yiiframework.com/doc/guide/basics.controller) , but how do I render the view? $this->render is only available in the controller. Is there any way to call that function from the Action Class?

Thank you,

$this->controller->render(); ?

Thanks, $this->controller->render worked for me :)

Thanks!

Класс есть класс! :rolleyes: