newb question... can someone please briefly explain or post a reference to an explanation of the PHP "$this->" construct? Perhaps it's the "->" construct that I don't understand.
I Googled all over, but can't find a simple, concise explanation. I'm building a Joomla template from scratch and they use this reference as follows:
$this->language
$this->template
tyvm
$this->
Moderator: General Moderators
Re: $this->
The object scope, from within an object's method
http://www.php.net/manual/en/language.oop5.basic.php
http://www.php.net/manual/en/language.oop5.basic.php