Welcome Guest, Not a member yet? Register   Sign In
how to load a library from another librarie
#2

[eluser]davidbehler[/eluser]
You can use this for loading libraries inside another library
Code:
$CI =& get_instance();
$CI->load->library('library_name');
and then you can use the library doing this
Code:
$CI->library_name->function_name();

That should work.


Messages In This Thread
how to load a library from another librarie - by El Forum - 12-26-2008, 11:05 AM
how to load a library from another librarie - by El Forum - 12-26-2008, 11:46 AM
how to load a library from another librarie - by El Forum - 12-26-2008, 12:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB