Thread: TBDev.net Down
View Single Post
  #14  
Old 13th July 2012, 12:59
johnake's Avatar
johnake johnake is offline
Senior Member
 
Join Date: Dec 2007
Posts: 52
Default
It's sad that the TBDev project community is gone but I guess that was to be expected as the main coders that shared a lot of their experience and gave a lot of support to the users were gone or forced in to leaving. I am glad that someone like Bigjoos took the courage and created another community with a fresh start.
Unfortunately the time doesn't give me the luxury anymore to have phun coding for TBDev based sources and thus be an active member of such communities but I take my hat off for those who can. :)
__________________
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