CodeIgniter Forums
CI is the bomb - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: CI is the bomb (/showthread.php?tid=2525)



CI is the bomb - El Forum - 08-10-2007

[eluser]johnwbaxter[/eluser]
I needed to export data from a db into lots of csv files based on a query that in turn is based on some values in the db itself.

40 lines of code later (i reckon i could do it in much less with some method chaining) and it is done.

Took me half an hour (25 mins of that being confused by windows file path issues mostly)

Seriously. CI is the bomb.