News Feed
Jobs Feed
Sections




News Archive
Code2Learn.com:
Generating CSV file using CodeIgniter Framework
April 19, 2012 @ 11:45:52

The Code2Learn site has posted another in their CodeIgniter "series" about producing various kinds of output from an application based on this framework. In this new article Farhan Khwaja shows how to output a CSV-formatted file.

I have already written posts on how to generate pdf files using CodeIgniter Framework and also on how to generate tabulated pdf file using CodeIgniter Framework. This post will help you to generate a CSV file using CodeIgniter. The data for the CSV File will be taken from the MySQL Database and will be put into the CSV File.

He includes the source for a basic "Generate" controller class that uses a custom "CSV_Helper" to do the work. It has two methods - one to transform array data and another to take the database result object and extract each record.

0 comments voice your opinion now!
generate csv file codeigniter framework tutorial output helper


blog comments powered by Disqus

Similar Posts

DevShed: Controlling Online Forms with Builder Objects in PHP 5 (Part 2)

Pádraic Brady's Blog: Complex Views with the Zend Framework - Part 3: Composite View Pattern

Kapustabrothers.com: Indexing PDF Documents with Zend_Search_Lucene

PHPMaster.com: File Uploads with PHP

Stefan Mischook's Blog: Object Oriented PHP Tutorial Updated


Community Events









Don't see your event here?
Let us know!


language release testing example code object functional composer zendframework2 opinion api interview podcast tool framework event development introduction community unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework