⚠ 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. ⚠

  •     

profile picture

Not Like?



jadin

jadin
  • profile picture
  • Member

Posted 19 February 2013 - 10:25 AM

Hi,

 

is there a way to achieve something similar to codeigniter's $this->db->not_like();?

 

Thanks


victor

victor
  • profile picture
  • Member

Posted 19 February 2013 - 11:01 AM

try use the "where" function.

jadin

jadin
  • profile picture
  • Member

Posted 19 February 2013 - 13:03 PM

Thanks, $crud->where(column_name !=', 'value'); worked :)