codeigniter 4.1.1 update +1 problem |
There's an example in the user guide almost identical to your code. But they are using the Query Builder functions. The Model class also call the query builder, so I'm not sure why it was not working for you.
From https://codeigniter.com/user_guide/datab...ating-data PHP Code: $builder->set('field', 'field+1', false); |
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 iRedds - 05-19-2021, 06:46 AM
RE: codeigniter 4.1.1 update +1 problem - by amirodz - 05-19-2021, 09:23 AM
RE: codeigniter 4.1.1 update +1 problem - by amirodz - 05-19-2021, 09:42 AM
RE: codeigniter 4.1.1 update +1 problem - by InsiteFX - 05-19-2021, 11:49 AM
RE: codeigniter 4.1.1 update +1 problem - by amirodz - 05-20-2021, 01:53 AM
RE: codeigniter 4.1.1 update +1 problem - by includebeer - 05-20-2021, 02:05 PM
|