CSV Export
miCsvExportAction is a special action to export the recordset (passed to the data manager object) in CSV (Comma separated values) format. Use it as follow:
<?php
$dataManager->setActionHandler('dmCsvExport', 'miCsvExportAction');
?>
<a href="?action=dmCsvExport">Download as CSV</a>