ZF-6821: No example of SELECT stuff WHERE id IN ()
Description
No example of:
SELECT * FROM table WHERE id IN (1,2,3)
http://framework.zend.com/manual/en/…
googling gives us this link:
http://zfforums.com/zend-framework-components-13/…
which is wrong for the latest version.
Comments
Posted by monk e boy (monk.e.boy) on 2009-05-27T04:25:25.000+0000
changed from major to minor
Posted by Bradley Holt (bradley.holt) on 2009-11-20T09:10:06.000+0000
Attached is a patch adding documentation on using an array with the IN operator.
Posted by Matthew Weier O'Phinney (matthew) on 2009-11-20T09:23:22.000+0000
Patch applied to trunk and 1.9 release branch -- thanks!