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