Tag Archives: transactions
Practical Nested Transactions with Zend_Db and MySQL

Practical Nested Transactions with Zend_Db and MySQL

The need to save dependent or child models appears frequently in object oriented applications. In such cases, it’s usually desirable to group all the save operations for a parent and its children into a single atomic transaction. Many RDBMS brands support transactions, but few can handle these kind of “nested” transactions.
This article discusses how to [...]

Read full storyComments { 11 }