Welcome Guest, Not a member yet? Register   Sign In
codeigniter 4.1.1 update +1 problem
#5

Problem is your doing it wrong.

Did you even read the CodeIgniter Users Guide on the update method like @iRedds explained to you even gave you the links?

PHP Code:
// update method call
$userModel->update($id$data);

// increment column
$userModel->increment($column$value 1); 

I would sit down and read those to links very carefully.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
codeigniter 4.1.1 update +1 problem - by amirodz - 05-19-2021, 05:49 AM
RE: codeigniter 4.1.1 update +1 problem - by InsiteFX - 05-19-2021, 11:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB