Tag Archives: Yii2 Transaction

Yii Framework 2 : Transaction

Transaction: A transaction is used to run a group of operations in single process. When you we run multiple query in single process, It will be used. If you get any problem, It will not complete successfully and also rollback the executed query. beginTransaction() Note //Before use the Query Class, We have to add the following […]