Example #1
0
 /**
  * 回滚事务
  */
 static function rollback()
 {
     Database::$pdo->rollBack();
     Database::$isTransaction = false;
 }