The CodeIgniter Model method ________ is used to update existing records in the database.

  • alter()
  • change()
  • modify()
  • update()
The correct method for updating existing records in CodeIgniter is update(). This method allows you to modify the data in the database table based on certain conditions.
Add your answer
Loading...

Leave a comment

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