Welcome Guest, Not a member yet? Register   Sign In
Autoload custom libraries?
#3

[eluser]pickupman[/eluser]
Welcome to forums. You will want to put any library that is not part of CI download into /application/libraries. The /system/libraries folder is for core files only. You can still (auto)load the libraries the same way either way.
Code:
$this->load->library('your_library');

//or in /application/config/autoload.php
$autoload['libraries'] = array('your_library');


Messages In This Thread
Autoload custom libraries? - by El Forum - 08-11-2010, 07:29 AM
Autoload custom libraries? - by El Forum - 08-11-2010, 07:37 AM
Autoload custom libraries? - by El Forum - 08-11-2010, 05:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB