Hi,
is there a way to achieve something similar to codeigniter's $this->db->not_like();?
Thanks
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 19 February 2013 - 10:25 AM
Hi,
is there a way to achieve something similar to codeigniter's $this->db->not_like();?
Thanks
Posted 19 February 2013 - 11:01 AM
Posted 19 February 2013 - 13:03 PM
Thanks, $crud->where(column_name !=', 'value'); worked :)