Пример #1
0
 public function __destruct()
 {
     if (isset($this->db)) {
         @$this->db->close();
         $this->db = null;
     }
 }