<?php
$this->widget('zii.widgets.cListView', array(
'dataProvider' => $dataProvider,
'itemView' => $this
));
?>
<div class="view">
<?php echo $data->id ?><br/>
</div>
Can some one guide me where Iam doing wrong and how to rectify it.
Thanks in advance

Help












