Thread: Yello
View Single Post
  #1  
Old 2nd August 2008, 15:35
johnake's Avatar
johnake johnake is offline
Senior Member
 
Join Date: Dec 2007
Posts: 52
Default Yello
Hello,

My name is Ionut, john, or johnake, as my friends call me. I drink Timisoreana beer, I hate people who think that they are born with knowledge.
Our ancestors taught us, through all the history that knowledge should be passed on. If we are reluctant in sharing knowledge, we are weak. This community offers knowledge... thus it is strong.
Well, I just wanted to say hello...
__________________
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