Exemplo n.º 1
0
 public function __CONSTRUCT()
 {
     try {
         $this->pdo = Database::Conectar();
     } catch (Exception $e) {
         die($e->getMessage());
     }
 }