CI Query Builder

来源:互联网 发布:聚划算和淘宝的关系 编辑:程序博客网 时间:2024/06/05 19:18

官方文档

更新数据

$this->db->replace('table', $data);

$data中含有主键 所以直接更新就好了

0 0