|
CVS recordlist renderer. Located in /recordlist/class.atkcsvrecordlist.inc [line 30] atkRecordList | --atkCustomRecordList | --atkCSVRecordListAuthor(s):
|
| Inherited Properties | Inherited Methods |
|---|---|
|
Inherited From atkCustomRecordList Inherited From atkRecordList |
Inherited From atkCustomRecordList
Inherited From atkRecordList
|
|
Creates a special Recordlist that can be used for exporting to files or to make it printable
Parameters:| atkNode | $node: | The node to use as definition for the columns. |
| array | $recordset: | The records to render |
| string | $compression: | Compression technique (bzip / gzip) |
| array | $suppressList: | List of attributes from $node that should be ignored |
| array | $outputparams: | Key-Value parameters for output. Currently existing: filename - the name of the file (without extension .csv) |
| Boolean | $titlerow: | Should titlerow be rendered or not |
| Boolean | $decode: | Should data be decoded or not (for exports) |
| &$node: |