AI智能回复搜索中,请稍后...
1 回答
$this->model('system')->query($sql, $limit = null, $offset = null, $where = null); $this->model('system')->insert($table, $data); $this->model('system')->fetch_all($table, $where = null, $order = null, $limit = null, $offset = 0); $this->model('system')->fetch_row($table, $where = null, $order = null); $this->model('system')->delete($table, $where = '');更多方法参见 system/aws_model.inc.php