Пример #1
0
 public function closeDb()
 {
     if (!empty($this->_db)) {
         $this->_db->close();
     }
 }