Skip to content

Instantly share code, notes, and snippets.

@chonthu
Created February 23, 2012 16:15
Show Gist options
  • Save chonthu/1893494 to your computer and use it in GitHub Desktop.
Save chonthu/1893494 to your computer and use it in GitHub Desktop.
on_duplicate_update 7
$update = array_keys($data);
unset($update['created_at']);
$this->db->set($data)->on_duplicate_update('product',$update);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment