Forum Moderators: coopster
If anyone can explain it or direct me to an article I would greatly appreciate that. Thank you.
A pseudo-variable, $this is available when a method is called from within an object context. $this is a reference to the calling object (usually the object to which the method belongs, but can be another object, if the method is called statically from the context of a secondary object).
OOP: The Basics [us2.php.net]
...and Welcome to WebmasterWorld!