Welcome Guest, Not a member yet? Register   Sign In
Load Libraries
#1

**New to CI**

I have read the documentation and the Practice CodeIgniter 3.

I can not seem to figure out how to load my own library in 'application/libraries/TestLib'.

Tried :
PHP Code:
$this->load->library('TestLib'); 
and

PHP Code:
$testLib = new App\Libraries\TestLib(); 

I've been looking all over but haven't seemed to figure out why it is not loading.

CodeIgniter-3.1.6
Reply


Messages In This Thread
Load Libraries - by Batman - 11-03-2017, 04:01 PM
RE: Load Libraries - by ciadmin - 11-03-2017, 04:16 PM
RE: Load Libraries - by Batman - 11-03-2017, 04:45 PM
RE: Load Libraries - by ChicagoPhil - 11-03-2017, 05:22 PM
RE: Load Libraries - by Batman - 11-03-2017, 05:37 PM
RE: Load Libraries - by Paradinight - 11-04-2017, 12:04 AM
RE: Load Libraries - by ChicagoPhil - 11-05-2017, 08:24 PM
RE: Load Libraries - by Sharter - 11-07-2018, 02:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB