Beispiel #1
0
 /**
  * Récupération de PDO
  */
 function __CONSTRUCT()
 {
     $this->pdo = Database::getInstance();
 }