Example #1
0
 function __construct()
 {
     $this->db = new PDO("mysql:host=localhost;dbname=library", 'root', '');
     self::$dbcon = new PDO("mysql:host=localhost;dbname=library", 'root', '');
 }