Exemple #1
0
 /**
  * Abort the current transaction
  *
  * @return  boolean
  */
 public static function rollback($db = NULL)
 {
     $query = new Database_Query(NULL, NULL);
     return $query->rollback($db);
 }