How to compare variable where() parameters which may require different comparison techniques using CodeIgniter's query builder
I have code like this: [Code Block] $col is name of a column in the table, and $id is usually the unique id for the quer...