Welcome Guest, Not a member yet? Register   Sign In
Using 3 Party Libraries
#2

[eluser]bigtony[/eluser]
You can just put a require_once() pointing to the path of the 3rd party class, into the top of your controller that needs it. Then just instantiate with $a = new Whatever() in the normal way. If you subclass it, just require them both.


Messages In This Thread
Using 3 Party Libraries - by El Forum - 10-08-2009, 02:36 AM
Using 3 Party Libraries - by El Forum - 10-08-2009, 09:06 AM
Using 3 Party Libraries - by El Forum - 10-08-2009, 04:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB