Using Transactions with Zend\Db in Zend Framework 2
June 2, 2013 by Bo Andersen
Using transactions in databases is often necessary and useful. If several database operations depend on each other, then it was both easier and prettier to make use of transactions. This article shows how the Zend\Db makes database transactions easy to use.