ggh_handan 发表于 2012-3-4 13:17:01

求助

update 语句没有更新成功,为什么还返回true,求教!

lynn.wang 发表于 2012-3-4 14:46:59

贴下你的表 和 code

ci_phper_mj 发表于 2012-3-4 16:33:42

返回TRUE?是返回影响行数吧。

ggh_handan 发表于 2012-3-5 08:24:23

                $this->db->where('id',$id);
                $this->db->where('password',$old);
                $ret = $this->db->update('ecs_user',array('passdword'=>$new));
                return $ret;

lynn.wang 发表于 2012-3-5 10:10:16

update 后面紧跟着

$this->db->affected_rows();

你试试

ggh_handan 发表于 2012-3-5 10:58:44

恩,谢了
页: [1]
查看完整版本: 求助