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

ThinkPHP Blog: Practical Testing PHP Applications with Selenium

CodeIgniter Blog: CodeIgniter 1.6.3 Maintenance and Security Release

phpRiot.com: Protecting Your PHP Source Code With ionCube Encoder

Henrik Bjørnskov's Blog: Symfony2: Add Cross Site Request Forgery protection to login forms

PHPMac.com: Two New Tutorials (Switch Navigation & A Simple Login)


Community Events











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


testing conference usergroup framework development phpunit podcast release functional series unittest community symfony2 database opinion interview introduction zendframework2 rest language

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