Example #1
0
 public function connect()
 {
     self::$link = new PDO($this->dsn, $this->username, $this->password);
 }