CodeIgniter Forums
Create CSV Report - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Create CSV Report (/showthread.php?tid=47096)



Create CSV Report - El Forum - 11-25-2011

[eluser]Unknown[/eluser]
Hi,
I am creating report to csv. I am using library from codeigniter, and its works. But i want make report with have title, date and content (table) like this:

Title : Make Report
Date : 26/11/2011

No Name Age
1 Edy 20

Now, i can only make report just content (table), because as i know the library csv from codeigniter is execute a single query.
How do i make it?
Thanks a lot.