Skip to content

Instantly share code, notes, and snippets.

@jlamim
Created April 16, 2016 01:33
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/7ac060ededf3883d80f8d683c09f9f73 to your computer and use it in GitHub Desktop.
Save jlamim/7ac060ededf3883d80f8d683c09f9f73 to your computer and use it in GitHub Desktop.
Autoload - Tokens únicos com CodeIgniter
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$autoload['packages'] = array();
$autoload['libraries'] = array('database');
$autoload['drivers'] = array();
$autoload['helper'] = array('url');
$autoload['config'] = array();
$autoload['language'] = array();
$autoload['model'] = array();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment