CSV Export

Comparing #7 with #8

Revision #8 was created by JohnPollard JohnPollard on Jun 13, 2012, 5:36:33 PM.

edit

Content

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

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