2012-02-24 85 views

回答

1

使用WHERE語句:

$products = ORM::factory('products')->where('contry_id', 'NOT IN', $csl)->find_all(); 

$ CSL必須陣列

+0

,謝謝,我只是去嘗試,但忘了在$ CSL PARAM更改爲一個數組,所以你的答案是好時機! – xylar 2012-02-24 10:26:02