首页 > 代码库 > ci框架数据库相关函数

ci框架数据库相关函数

返回查询影响的记录数

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