Welcome Guest, Not a member yet? Register   Sign In
Using Code Igniter without the $ this - > load() pattern?
#6

[eluser]WanWizard[/eluser]
No, as said by others, this is simply not how CI works.

CI's architecture defines all classes to be singletons, assigned to the "CI superobject", which is the instance of the controller loaded.

If you have a problem with the way this works, you might have picked the wrong framework. The excellent manual isn't going to do you much good if you decide to do something completely different.


Messages In This Thread
Using Code Igniter without the $ this - > load() pattern? - by El Forum - 05-14-2011, 09:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB