public function __construct($nom, $add, $eff, $log, $pwd) { $bdd = new Connexiondb(); $this->_cnx = $bdd->getcnx(); $this->_nom = $nom; $this->_adresse = $add; $this->_effectif_total = $eff; $this->_login = $log; $this->_pwd = $pwd; }
function __construct() { $bdd = new Connexiondb(); $this->_cnx = $bdd->getcnx(); }