/home/desid573/public_html/ims2/system/database/drivers/cubrid
NameSizeModeActions
cubrid_driver.php96210644editdlrm
cubrid_forge.php58910644editdlrm
cubrid_result.php48120644editdlrm
cubrid_utility.php27010644editdlrm
index.html1310644editdlrm
Edit: /home/desid573/public_html/ims2/system/database/drivers/cubrid/cubrid_utility.php (2701B)
db->data_cache['db_names'])) { return $this->db->data_cache['db_names']; } return $this->db->data_cache['db_names'] = cubrid_list_dbs($this->db->conn_id); } // -------------------------------------------------------------------- /** * CUBRID Export * * @param array Preferences * @return mixed */ protected function _backup($params = array()) { // No SQL based support in CUBRID as of version 8.4.0. Database or // table backup can be performed using CUBRID Manager // database administration tool. return $this->db->display_error('db_unsupported_feature'); } }