To manually complete a transaction in CodeIgniter, the method ________ is used.

  • commit()
  • completeTransaction()
  • endTransaction()
  • finishTransaction()
In CodeIgniter, the commit() method is used to manually complete a transaction. This function is called when you want to make the changes permanent after a series of database actions.
Add your answer
Loading...

Leave a comment

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