コード例 #1
0
ファイル: query.php プロジェクト: approots/xdatabase
 /**
  * Commit the current transaction
  *
  * @return  boolean
  */
 public static function commit($db = NULL)
 {
     $query = new Database_Query(NULL, NULL);
     return $query->commit($db);
 }