View Single Post
  #10  
Old 15th November 2008, 00:09
johnake's Avatar
johnake johnake is offline
Senior Member
 
Join Date: Dec 2007
Posts: 52
Default
@dezza... your post is kinda useless and (Fynnon could ban me here) you're kinda silly if you think that tbdev was conceived to be noob friendly. Oh... now you have enough php knowledge to judge the work of some people who in fact give free and unconditional support for choosing print instead of echo. If you're that smart... please... make a tbdev version with the proper modifications.
Playing around with tbdev encouraged me to learn some php, mysql and for the job I have today I owe them a great deal of credit.
If you could surpass your limited thinking, you would in fact realise that above all, tbdev is a learning platform and it depends on YOU to make it better.
__________________
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);
  }


Last edited by johnake; 15th November 2008 at 00:14.
Reply With Quote