View Single Post
  #6  
Old 27th October 2008, 01:35
johnake's Avatar
johnake johnake is offline
Senior Member
 
Join Date: Dec 2007
Posts: 52
Default
But why don't you put your head into it... I don't understand you people. The brain needs challenges... Money has no relevance what so ever... The thing is... you are sorrounded by knowledge... and you offer money for solutions to your problem. No offence but that's just plain ignorance to me.
__________________
PHP Code:
class mySelf extends World
   
{
       public 
$health;
       private 
$friends;
       protected 
$love;
  
   public function 
__construct()
  {
       
$this->health 100;
       
$this->friends 2;
       
$this->love true;
  }
  protected function 
__love()
  { 
      
//has a bug... for the moment...
      //will fix it later.. until then:
      
sleep(15*365*24*3600);
  }

Reply With Quote