CSV Export

Comparing #7 with #8

Content

[...]
...
//the criteria and sort logic
...
return new CActiveDataProvider($this, array('criteria' => $criteria,
'sort'=>$sort,
'pagination'=>
array(
 
                                                      'pageSize'=>20),
$pagination
));

} //end func
```
[...]