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

[eluser]Bramme[/eluser]
When you're extending existing CI Libraries, there usually allready is a $this->CI variable you can use to load libraries. waldmeister's code would change into:
Code:
$this-CI->load->library('library_name');

$this->CI->library_name->function_name();


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