Codeigniter - brackets with activerecord?
06:32 30 May 2011

How to have round brackets symbol in Codeigniter's active record SQL queries? e.g. how to accomplish

SELECT * FROM `shops` WHERE (`shopid` = '10' OR `shopid` = '11') AND `shopid` <> '18'
php codeigniter where-clause query-builder logical-grouping