in che senso?
intendi cosi?
ciaocodice:class Pippo { var $variabile = array(); function pippo() { $this->variabile[] = 'test'; $this->variabile[] = 'test2'; print_r($this->variabile); } }
in che senso?
intendi cosi?
ciaocodice:class Pippo { var $variabile = array(); function pippo() { $this->variabile[] = 'test'; $this->variabile[] = 'test2'; print_r($this->variabile); } }