Codeigniter - brackets with activerecord?
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'