Ejemplo n.º 1
0
 /**
  * 回滚事务
  */
 public function rollback()
 {
     $this->dbh->rollback();
 }