Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- | -------------------------------------------------------------------
- | Auto-load Libraries
- | -------------------------------------------------------------------
- | These are the classes located in system/libraries/ or your
- | application/libraries/ directory, with the addition of the
- | 'database' library, which is somewhat of a special case.
- |
- | Prototype:
- |
- | $autoload['libraries'] = array('database', 'email', 'session');
- |
- | You can also supply an alternative library name to be assigned
- | in the controller:
- |
- | $autoload['libraries'] = array('user_agent' => 'ua');
- */
- $autoload['libraries'] = array('database', 'session');
Advertisement
Add Comment
Please, Sign In to add comment