Welcome Guest, Not a member yet? Register   Sign In
Variable that points to a library class?
#2

[eluser]Aken[/eluser]
You can assign your own property name when loading a class.

Code:
$this->load->library('webservice_a', NULL, 'myservice');

// Access it with:
$this->myservice->loadstuff();


Messages In This Thread
Variable that points to a library class? - by El Forum - 03-08-2013, 05:39 AM
Variable that points to a library class? - by El Forum - 03-08-2013, 04:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB