CSqlDataProvider in CGridView

Comparing #2 with #3

Revision #3 was created by Kostas Apazidis (KonApaz) Kostas Apazidis (KonApaz) on Apr 1, 2014, 1:14:55 PM.

typo

Content

[...]
```php
$this->widget('zii.widgets.grid.CGridView', array(
'id' => 'a-grid-id',
'dataProvider' => $m
ainodel,
'ajaxUpdate' => true, //false if you want to reload aentire page (useful if sorting has an effect to other widgets)
'filter' => null, //if not exist search filters
'columns' => array(

array(
[...]