Multiple Controllers In A Single View

Hi,

I have a group and group_user model. I would like to view the group details and add a create form from the groupusercontroller and groupusercontroller/admin.

What’s the best approach to get this done?

Partial render? Widget?

Perhaps the reverse? Like from the groupusercontroller show the group detail?

I’ve been trying to find the “correct” approach as I’m trying to learn Yii proper. Thanks in advanced guy.

create common view page and partial render(renderPartial). this is the simple best approach.

Thanks for the quick reply. Got it! :)