I am not getting any output html from below code
$this->widget('zii.widgets.CListView', array(
'id'=>'skills-grid',
'itemView'=>'scheduled_skills',
'dataProvider'=>$model->search(),
));
Is there any demo available for listview example in yii1.1? Please share the links for listview example in yii1.1
You can used this code for
ClistViewin Yii1.1Clistview File for ex : index.php
ClistView View file for ex : _scheduled_skills.php
You can direct access
$dataobject in ClistView File.you can refere this Link Yii1 ClistView