CodeIgniter Forums
Database export functionality on CI? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Database export functionality on CI? (/showthread.php?tid=43437)



Database export functionality on CI? - El Forum - 07-11-2011

[eluser]brucebat[/eluser]
Hi there,

I was wondering if there are any community or developer plugins or classes that would help me export data from a MySQL database to a file e.g. csv or xml.

If so a link to the resource would be appreciated Smile


Database export functionality on CI? - El Forum - 07-11-2011

[eluser]danmontgomery[/eluser]
Something like $this->dbutil->csv_from_result() or $this->dbutil->xml_from_result()

http://ellislab.com/codeigniter/user-guide/database/utilities.html