Example #1
0
 /**
  * 启动事务
  * @access public
  * @return void
  */
 public function startTrans()
 {
     $this->commit();
     $this->db->startTrans();
     return;
 }