Update and There is no data to update. |
I can't figure out where the problem is.
I set the model parameters PHP Code: protected $table = 'myTable'; Now, inside a method PHP Code: $data_update = [ I don't do both updates, both are written to show the two types of approach $row->id has a value and is correct What goes wrong when I don't use set() I've used update() thousands of times, but I don't understand what's going on here Codeigniter version 4.3.4 |
Messages In This Thread |
Update and There is no data to update. - by serialkiller - 05-11-2023, 07:52 AM
RE: Update and There is no data to update. - by vido - 12-31-2023, 10:53 AM
RE: Update and There is no data to update. - by kenjis - 02-03-2024, 06:57 PM
|