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
```
[...]
4 0
5 followers
Viewed: 29 440 times
Version: 1.1
Category: How-tos
Tags: csv, export
Written by: JohnPollard
Last updated by: JohnPollard
Created on: Jun 12, 2012
Last updated: 11 years ago
Update Article

Revisions

View all history