
كـــأس العـــالـــم
2014 - 1930
جميع الحقوق محفوظة لـ
Class Developer { var $status = "Busy"; var $reason = "Working on MySmartBB new version"; function report() { return "What's going on: ".get_class($this)." is ".$this->status ." due to ".$this->reason .""; } } $Smart = new Developer(); echo $Smart->report(); ?>