What is the default behavior of transactions in CodeIgniter regarding auto-commit?

  • Auto-commit is disabled by default
  • Auto-commit is enabled by default
  • CodeIgniter does not support transactions
  • Depends on the database driver
In CodeIgniter, the default behavior of transactions is that auto-commit is enabled by default. This means that each SQL statement is treated as a single transaction and is automatically committed.
Add your answer
Loading...

Leave a comment

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