Welcome Guest, Not a member yet? Register   Sign In
BUG - autoloading user-created libraries
#3

as InsiteFX said user created libraries go in : application/libraries

to auto load the library open: application/config/autoload.php

add the library name to the autoload['libraries'] array. EG: autoload['libraries'] = array('my_lib');

this is all covered in the documentation.
"I reject your reality and substitute my own" - Adam Savage, M5 Inc.
Reply


Messages In This Thread
RE: BUG - autoloading user-created libraries - by Hobbes - 05-25-2015, 04:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB