Transaction in PHP: from Mysqli to PDO and Doctrine transaction handling
Starting from ACID properties, in the previous post, we have seen how transactions are handled by JDBC and by the abstracted layers written using JAVA as a programming language. What does it change if we are going to use PHP? How many layers and methodologies are provided? Let’s figure it out together! Mysqli: vendor specific … Read moreTransaction in PHP: from Mysqli to PDO and Doctrine transaction handling