To update records in a database using CodeIgniter's Query Builder, the ________ method is used.

  • change()
  • modify()
  • set()
  • update()
The correct method to update records in a database using CodeIgniter's Query Builder is the update() method. It allows you to set the values you want to update using the set() method.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *