My name is Brian and im a nerd. I am a PHP5 programmer on the side.
I am now a Zend PHP 5 Certified Engineer
class Clue {
$anyclue = null;
__construct($stillnoclue = null) {
$this-anyclue = $stillnoclue;
}
retrieveClue() {
return $this-anyclue;
}
__destruct() {
if (is_null($anyclue)){
print "You have no clue, do you?";
}
}
}
http://www.aerocore.net/profile.php?id=1
AeroCore Productions