Beispiel #1
0
 /**
  * 提交事务
  * @author 欧远宁
  */
 private static function commit()
 {
     mysql::commit();
     cache::commit();
 }