msiwak-edi
Results
1
comments of
msiwak-edi
If you like hacking things to the limit, here’s a solution: ``` $criteria->where(new Comparison('id', 'in ('.implode(',', $ids).') AND 1 = ', 1)); ``` You can use the same approach to...