yii with portlets

Hi

i need yii application with portlet,any one help me for that

We need some more info about what you need i.e. define portlet

Perhaps CPortlet is what you’re looking for?

thank u for giving reply

 by using Cportlet in the protected\views\layouts/column2.php or protected\views\layouts/column1.php write the following code



$this->beginWidget('zii.widgets.CPortlet', array(

				'title'=>'index',

				

			));

			$model=new Type;

			$this->widget('zii.widgets.CDetailView', array(

			

	'data'=>$model,

	'attributes'=>array(

		'idType',

		'Mode',

		'Description',

	),

)); 

			$this->endWidget();













   then am get it,in application it cant run