Codice PHP:
class Foo{
public function test($var){
echo 'il mio cane '.$var;
}
}
$classe = new Foo;
$metodo = "test";
$classe->$metodo('pluto');
![]()
Codice PHP:
class Foo{
public function test($var){
echo 'il mio cane '.$var;
}
}
$classe = new Foo;
$metodo = "test";
$classe->$metodo('pluto');
![]()
Without faith, nothing is possible. With it, nothing is impossible
http://ilwebdifabio.it