Skip to content

Instantly share code, notes, and snippets.

@carlosocarvalho
Last active September 13, 2016 14:01
Show Gist options
  • Save carlosocarvalho/5cdf7e01d8274a97b066a8d3291d83db to your computer and use it in GitHub Desktop.
Save carlosocarvalho/5cdf7e01d8274a97b066a8d3291d83db to your computer and use it in GitHub Desktop.
<?php
/*
| -------------------------------------------------------------------
| Auto-load Libraries
| -------------------------------------------------------------------
| These are the classes located in the system/libraries folder
| or in your application/libraries folder.
|
| Prototype:
|
| $autoload['libraries'] = array('database', 'session', 'xmlrpc');
*/
$autoload['libraries'] = array('database', 'session', 'table','events');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment