コード例 #1
0
ファイル: Secours.php プロジェクト: SameOld/Relou
 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;
 }
コード例 #2
0
ファイル: relou.php プロジェクト: SameOld/Relou
 function __construct()
 {
     $bdd = new Connexiondb();
     $this->_cnx = $bdd->getcnx();
 }