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