Welcome Guest, Not a member yet? Register   Sign In
Loading a library from another
#2

[eluser]pickupman[/eluser]
Libraries are similar to controllers as they are classes. You should be able to the same code in the controller as in your RSS wrapper. Rather than using $this-> you will need to use:
Code:
$this->ci = & get_instance(); //CI super object

$this->ci->load->library('wrapper');


Messages In This Thread
Loading a library from another - by El Forum - 07-05-2010, 07:07 PM
Loading a library from another - by El Forum - 07-05-2010, 09:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB