コード例 #1
0
ファイル: DB.php プロジェクト: ABarailler/Portfolio
 public function connect()
 {
     self::$link = new \PDO($this->dsn, $this->username, $this->password);
 }