Skip to content

Instantly share code, notes, and snippets.

View rainerlopez's full-sized avatar
👨‍💻
coding

Rainer Lopez rainerlopez

👨‍💻
coding
View GitHub Profile
@rainerlopez
rainerlopez / csv_helper.php
Last active January 4, 2016 00:09 — forked from opnchaudhary/csv_helper.php
Implemented possibility of using header on the array_to_csv method >>> Implemented possibility to change the default separator ( , )
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
// ------------------------------------------------------------------------
/**
* CSV Helpers
* Inspiration from PHP Cookbook by David Sklar and Adam Trachtenberg
*
* @author Jérôme Jaglale
* @link http://maestric.com/en/doc/php/codeigniter_csv