When a process performs multiple database operations, it might be important that each step is completed successfully so that data integrity can be maintained. Transactions offer the ability to ensure that all database operations have been executed successfully before the data is committed to the database.
Transactions in Phalcon allow you to commit all operations if they were executed successfully or rollback all operations if something went wrong.
Manual Transactions
If an application only use