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