Welcome Guest, Not a member yet? Register   Sign In
Exporting current query results to CSV
#2

[eluser]NeoArc[/eluser]
Try

$this->load->dbutil();

$query = $this->db->query("SELECT * FROM mytable");

echo $this->dbutil->csv_from_result($query);

http://ellislab.com/codeigniter/user-gui...ities.html


Messages In This Thread
Exporting current query results to CSV - by El Forum - 04-07-2011, 03:58 AM
Exporting current query results to CSV - by El Forum - 04-07-2011, 06:12 AM
Exporting current query results to CSV - by El Forum - 04-07-2011, 06:19 AM
Exporting current query results to CSV - by El Forum - 04-07-2011, 08:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB