ci框架数据库相关函数

返回查询影响的记录数

$res = $this->db->get_where('wx_life',array('id'=>$id));
$num = $res->num_rows();


原文地址:https://www.cnblogs.com/moqiang02/p/4061300.html