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

[eluser]ee99ee[/eluser]
Hi. I'm using $this->load->library() to load a class library, but how do I load an interface?

I tried:
Code:
$CI =& get_instance();
$CI->load->library('Billing/IBillingSystem');

But apparently that requires a class called IBillingSystem and not just an Interface, which is all that file has.

-Chris


Messages In This Thread
Load Interface? - by El Forum - 11-24-2010, 07:51 AM
Load Interface? - by El Forum - 11-24-2010, 08:22 AM
Load Interface? - by El Forum - 11-24-2010, 08:27 AM
Load Interface? - by El Forum - 11-24-2010, 10:52 AM
Load Interface? - by El Forum - 11-24-2010, 11:13 AM
Load Interface? - by El Forum - 11-24-2010, 12:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB