PHP Classes

Classes of Sérgio Moura Fé

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Sérgio Moura Fé (1)  >  Mission progress status  >  Reputation  
Picture of Sérgio Moura Fé
Name: Sérgio Moura Fé <contact>
Classes: 1
Country: Brazil Brazil
Age: 63
All time rank: 1648109 in Brazil Brazil
Week rank: 195 Up14 in Brazil Brazil Up
All time users: 1753
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 

 

  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image MySQL Transact  
PHP Programming Innovation award nominee
July 2005
Number 3


Prize: One copy of the Zend Studio
Execute multiple MySQL queries in a transaction
This is a simple class can queue several MySQL database queries and execute them all at once in a single transaction.

The class provides means to add SQL queries to a queue. Once all SQL statements are added, the class can start a transaction, execute each statement and finishes the transaction either commiting it if all statements succeed or executing a rollback in case one of the statements failed.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z