CodeIgniter Forums
download file format - 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: download file format (/showthread.php?tid=55010)



download file format - El Forum - 10-05-2012

[eluser]rochellecanale[/eluser]
hey guys how can i format the text in download file?
because i want to try if i can create a simple report using download helper. How can i do that?


download file format - El Forum - 10-06-2012

[eluser]EzraBynx[/eluser]
I am kind of confused on what you are asking exactly. What kind of data are you trying to format?

You could retrieve data from a source such as your database and output it as a SQL File or convert it to XML format using PHP's built in SimpleXML. You would then to save the file and use the download helper to force the download.

Why not just pick a file and test the download helper on it?

More information can be found here on SimpleXML:
http://www.php.net/manual/en/book.simplexml.php