Notice: Undefined offset: 8192 in /home/miphpf/domains/miphpf.com/public_html/includes/common.inc on line 499

Notice: Undefined offset: 8192 in /home/miphpf/domains/miphpf.com/public_html/includes/common.inc on line 506

Warning: Incorrect key file for table './miphpf_miphpfcom/watchdog.MYI'; try to repair it query: INSERT INTO watchdog (uid, type, message, severity, link, location, referer, hostname, timestamp) VALUES (0, 'php', 'preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/miphpf/domains/miphpf.com/public_html/includes/unicode.inc on line 291.', 2, '', 'http://www.miphpf.com/manual/csv_export.html', '', '54.196.27.122', 1711664777) in /home/miphpf/domains/miphpf.com/public_html/includes/database.mysql.inc on line 121
CSV Export | MIPHPF - Your Open Source RAD PHP Framework
Skip navigation.
Home

CSV Export

: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/miphpf/domains/miphpf.com/public_html/includes/unicode.inc on line 291.

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');
?>
And add a link using this HTML into your template:
<a href="?action=dmCsvExport">Download as CSV</a>