【发布时间】:2016-03-20 07:01:29
【问题描述】:
如何选择多个或在 codeigniter 中?
例如,select * from bla where id = 1 or id = 2 or id = 3?
如果我使用这个:
$this->db->where('name', $name);
$this->db->where('title', $title);
$this->db->where('status', $status);
它是与...
【问题讨论】:
-
请在发布问题之前搜索此网站和/或参考the manual。
标签: mysql codeigniter