Welcome Guest, Not a member yet? Register   Sign In
Model method not inserting data into database
#2

(This post was last modified: 08-26-2015, 05:46 AM by Avenirer.)

did you try this?


if($this->ion_auth->update($id, $data)) {
    $id = $this->ion_auth->user()->row()->id;
    $this->activity_model->log_activity($id, ' changed profile data.');
    redirect('user/profile','refresh');
}
Reply


Messages In This Thread
RE: Model method not inserting data into database - by Avenirer - 08-26-2015, 05:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB