Welcome Guest, Not a member yet? Register   Sign In
How to call library function from one library to another library
#4

[eluser]nmweb[/eluser]
http://ellislab.com/codeigniter/user-gui...aries.html Under 'Utilizing CodeIgniter Resources within Your Library'

This can be applied to user libraries as well.

In the photo library
Code:
$CI =& get_instance();

$CI->load->library('gallery');
$CI->gallery->do_something();


Messages In This Thread
How to call library function from one library to another library - by El Forum - 12-29-2007, 04:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB