Cgrigview

$this->widget(‘zii.widgets.grid.CGridView’, array(‘dataProvider’=>$dataProvider,));

How set the columns in this query and set image in this coulman plz share a code here in detail,

For customize the colums, you have to edit the property column of CGridView.

You can chose as type of the column ‘row’, wich allows you to write any html code, including img tag.

Take a loot at the doc.