Beispiel #1
0
 /**
  * 开启一个事务
  */
 public function beginTransaction()
 {
     return $this->adapter->beginTransaction();
 }