コード例 #1
0
ファイル: Connexion.php プロジェクト: dmartins06/TMYNDM
 public function __construct()
 {
     self::$_connexion = new PDO('mysql:host=' . $this->_host . ';dbname=' . $this->_dbname . ';charset=utf8', $this->_user, $this->_password);
 }