Jump to content
php.lv forumi

Zaglis!


Recommended Posts

Posted (edited)

Es te nozagu tavu kodu un nedaudz uzlaboju.

class Hello{
 function __construct($s){
   $this->txt=$s;
 }
 function out(){
   echo 'Hello '.$this->txt.'!';
 }
}

$h=new Hello('world');
$h->out();

Edited by codez
Posted

Es te nozagu tavu kodu un nedaudz uzlaboju.

class Hello{
 function __construct($s){
   $this->txt=$s;
 }
 function out(){
   echo 'Hello '.$this->$s.'!';
 }
}

$h=new Hello('world');
$h->out();

 

GAIDI TIESU DARBUS!!!!

×
×
  • Create New...