Welcome Guest, Not a member yet? Register   Sign In
Cannot update database fields using model->save()
#2

Did you try using set on the data array?

PHP Code:
$model->set($newData);
$model->update($id,$newData); 

If that wont work then you have problems else where in your code.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Cannot update database fields using model->save() - by InsiteFX - 12-08-2020, 12:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB