Model method not inserting data into database |
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'); } Website: http://avenir.ro
|
Messages In This Thread |
Model method not inserting data into database - by cirox - 08-25-2015, 04:41 PM
RE: Model method not inserting data into database - by Avenirer - 08-26-2015, 05:43 AM
RE: Model method not inserting data into database - by seasenx6 - 08-26-2015, 09:52 PM
RE: Model method not inserting data into database - by cirox - 08-26-2015, 09:37 AM
RE: Model method not inserting data into database - by Wouter60 - 08-26-2015, 10:40 AM
RE: Model method not inserting data into database - by cirox - 08-27-2015, 07:20 PM
RE: Model method not inserting data into database - by mwhitney - 08-27-2015, 11:48 AM
RE: Model method not inserting data into database - by cirox - 08-27-2015, 07:23 PM
RE: Model method not inserting data into database - by mwhitney - 08-28-2015, 06:22 AM
|