Example #1
0
 public function __destruct()
 {
     if ($this->db) {
         $this->db->close();
     }
 }