Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter: How can I create a new instance of a library whenever the method is called?
#2

[eluser]pistolPete[/eluser]
Why do you want new instances at all?
You can still use traditional php:
Code:
require(APPPATH.'libraries/userlib.php');
$user = new Userlib();
...


Messages In This Thread
CodeIgniter: How can I create a new instance of a library whenever the method is called? - by El Forum - 10-07-2009, 03:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB