Cita:
Iniciado por tuadmin Código PHP:
class postfijo {
public $A = 'AAA';
public $B = 'default value';
function __construct(){
$this->B = $this->A.'postfijo';
}
}
Gracias TuAdmin.
Entonces, NO ES POSIBLE
hacerlo SIN utilizar __CONSTRUCT/FUNCTION/SETTER ?