Relational Model In Cjuitab

hi to all masters in yii, im new in yii

i have a question how can i put my relation table in cjuitab?

example: i have 2 model and controllers maininfo and otherinfo

on my maininfo view.php i want to put otherinfo on cjuitab…

i can view otherinfo on my maininfo view.php using below code… But i want to put that in cjuitab?

<?php $this->widget(‘zii.widgets.CListView’, array(

‘dataProvider’=>$otherDataProvider,

‘itemView’=>’/otherInfo/_view’,

)); ?>