長尾巴的魚
簡單的生活 愉快的生命
2013-01-07
[Cakephp] Model Find with SQL "IN"
最近有一個需求, 需要將多筆資料一次刪除.
在SQL中, 可以有一個 field in (xxx,xxx,x)的功能.
但在Cakephp 文件中, 並沒有相對地說明. 翻了一下, 找到這一篇
Using the SQL 'IN' operator in cakephp condition
原來只要在
condition 中, 將一個php array 放入就可以.
'conditions' => array('Tablename.id' => $mem_ids)
不需要額外宣告
"IN" 就可以了.
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言