The function ________ in CodeIgniter is used to reverse all database actions since the last commit.

  • reverseCommit()
  • revertChanges()
  • rollback()
  • undoTransaction()
The rollback() function in CodeIgniter is used to reverse all database actions since the last commit. It's helpful when you want to discard changes made during a transaction.
Add your answer
Loading...

Leave a comment

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