Last active
September 13, 2016 14:01
-
-
Save carlosocarvalho/5cdf7e01d8274a97b066a8d3291d83db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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