Difference between
#7 and
#8 of
CSV Export
Revision #8 has been created by JohnPollard on Jun 13, 2012, 5:36:33 PM with the memo:
edit
« previous (#7)
Changes
Title
unchanged
CSV Export
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
csv, export
Content
changed
[...]
...
//the criteria and sort logic
...
return new CActiveDataProvider($this, array('criteria' => $criteria,
'sort'=>$sort,
'pagination'=>array(
'pageSize'=>20),$pagination
));
} //end func
```[...]