Exemplo n.º 1
0
 function __destruct() {
   if (!$rollback)
     SQLLib::FinishTransaction();
   else
     SQLLib::CancelTransaction();
 }