Welcome Guest, Not a member yet? Register   Sign In
Removing $this-> from codeigniter 3+
#12

$this is a pseudo-variable referencing the current object instance ... right out of the PHP manual.

"$this->foo()" is asking for the "foo" method of the current object, while "foo()" is asking for a function "foo" outside of a class.
James Parry
Project Lead
Reply


Messages In This Thread
Removing $this-> from codeigniter 3+ - by kharota - 12-21-2014, 03:10 PM
RE: Removing $this-> from codeigniter 3+ - by jlp - 12-31-2014, 04:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB