Update and There is no data to update. |
You are confusing Model's update() and Query Builder's update().
If you use Model, the update() method needs two parameters (or zero). See https://www.codeigniter.com/user_guide/m...tml#update |
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
|