Silly edgeprod ... I thought you had learned this by now. It's not
Code:
$self = "pathetic";
It's
Code:
if (!$this->state) {
$this->state = CONST_PATHETIC & CONST_CRYING;
}
return $this->state;
Duh ...
Quote:
Originally Posted by edgeprod
Shrug, maybe he'll sign up for some of your sites, and it's a win-win. It's always the same hum-drum:
Code:
function cry_more_noob() {
$self = "pathetic";
$state = "crying";
return $state;
}
|