Forum Moderators: coopster
could someone explain what the & symbol does or point me to a post / site that does.
Thank you.
References Explained [us3.php.net]
There are other references available in PHP. $this is a reference used with an object (or a class). Actually, here's the correct definition:
In an object method, $this is always a reference to the caller object.