Forum Moderators: coopster
The ampersand (&) before a variable makes it a reference. More here: references explained [us2.php.net].
The double underscore (__) before the function identifier can have a couple different meanings. I suggest that you read some of the documentation on classes: Classes and Objects (PHP5) [us2.php.net].