CodeIgniter Forums
User guide : AR IN examples - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: User guide : AR IN examples (/showthread.php?tid=9475)



User guide : AR IN examples - El Forum - 06-26-2008

[eluser]xwero[/eluser]
I just noticed this in the userguide
Quote:AND WHERE username IN ('Frank', 'Todd', 'James')
AFAIK the WHERE is not added after each AND.

All the other examples have the same 'bug'.


User guide : AR IN examples - El Forum - 06-26-2008

[eluser]Derek Allard[/eluser]
Nice catch. Fixed up.