hi guys i need to get Data Base data in site/index from curd list view how do this
hi guys i need to get Data Base data in site/index from curd list view how do this
Hi
Please give us more details and an example
copy to crud-list-view/index.php and copy this section
<?php $this->widget('zii.widgets.CListView', array(
'dataProvider'=>$dataProvider,
'itemView'=>'_view',
)); ?>
and paste in your site/index.php