Example #1
0
 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;
 }
Example #2
0
 function __construct()
 {
     $bdd = new Connexiondb();
     $this->_cnx = $bdd->getcnx();
 }