Welcome Guest, Not a member yet? Register   Sign In
Library creation problem!
#11

[eluser]xwero[/eluser]
It would be better that Aniesh adds obj as a class variable to the class. Then you have an idea which variables are defined inside the library.

I think adding
Code:
$CI =& get_instance();
to every method is a bit overkill.

Weblizard $this is not a connected to CI. It's the php variable for every object and method that is attached to the class. CI connects with the variable, that is a big difference.




Theme © iAndrew 2016 - Forum software by © MyBB