Welcome Guest, Not a member yet? Register   Sign In
Can anyone explain me when can i found information about $this->_container and $this->ETC in codeigniter
#1

[eluser]Unknown[/eluser]
Can anyone explain me when can i found information about $this->_container and $this->ETC in codeigniter

I im looking for core library that explain all of $this->CONCEPTS : )

Thanks in Advance
#2

[eluser]jedd[/eluser]
Hi hazmeunaweb and welcome to the CI forums.

[quote author="hazmeunaweb" date="1262304364"]
Can anyone explain me when can i found information about $this->_container ...
[/quote]

Is _container something specific you've seen somewhere?

It sounds like you might just need to go read up on PHP's object oriented (OO) stuff. Check php.net for starters, then look around for some tutorials.

$this is, within the CI context, the CI super object - whenever you load things like libraries, models and controllers, it extends $this and provides additional functions/methods and variables/attributes.

If you haven't already, then you should also work your way through the whole CI User Guide, specifically the General Topics.
#3

[eluser]Unknown[/eluser]
thanks

i was reading a lot Smile and i know now who is

just only a variable

Happy New Year to all CodeIgniters Smile




Theme © iAndrew 2016 - Forum software by © MyBB