Skip to content

Instantly share code, notes, and snippets.

@jlamim
Last active June 10, 2016 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlamim/efac3f57bc4424d21027b45931beb3bb to your computer and use it in GitHub Desktop.
Save jlamim/efac3f57bc4424d21027b45931beb3bb to your computer and use it in GitHub Desktop.
__construct - Integrando a biblioteca PHPExcel com COdeIgniter
<?php
function __construct(){
parent::__construct();
$this->load->library('PHPExcel');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment