用户
 找回密码
 入住 CI 中国社区
搜索
查看: 1711|回复: 0
收起左侧

ci 中where

[复制链接]
发表于 2012-12-26 19:25:30 | 显示全部楼层 |阅读模式
1. $this->db->where('entry_id', $this->uri->segment(3));

2. $data['query']=$this->db->get('comment');

这里第一句是不是没有执行查询, 而是把entry_id=$this->uri->segment(3)暂时存在那

轮到执行$this->db->get('comment');时才把where条件自动加进去

本版积分规则