Answer the question
In order to leave comments, you need to log in
How to detect error in CListView widget in yii1?
$this->widget('zii.widgets.CListView', array(
'dataProvider'=>$dataProvider,
'itemView'=>'_detail',
));
$this->widget('zii.widgets.CDetailView', array(
'data' => $data,
'attributes' => array(
'id',
'district_id',
),
));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question