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