You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using MY_Model for a script but I have a problem in is_unique validation: $this->pages_model->from_form(NULL,array('id' => $page_id),array('id' => $page_id))->update();
it seems I can't exclude current DB raw to check for unique validation and it always shows an error. how can I modify it?
The text was updated successfully, but these errors were encountered:
Hello,
I'm using MY_Model for a script but I have a problem in is_unique validation:
$this->pages_model->from_form(NULL,array('id' => $page_id),array('id' => $page_id))->update();
it seems I can't exclude current DB raw to check for unique validation and it always shows an error. how can I modify it?
The text was updated successfully, but these errors were encountered: