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

请教where()的 or 关系应该怎么实现

[复制链接]
发表于 2008-9-27 15:08:49 | 显示全部楼层 |阅读模式
如果
$this->db->where('abc', 's1');
$this->db->where('cba', 's1');

就会形成  `abc` = 's1'  AND `cba` = 's1'
但是我希望的是OR 应该怎么写?
发表于 2008-9-27 16:56:39 | 显示全部楼层
不是还有这个or_where吗?
or_where('cba','s1');
 楼主| 发表于 2008-9-27 17:52:35 | 显示全部楼层
呃..没认真看..糟糕...谢谢~~

本版积分规则