예제 #1
0
 /**
  * 检查是否在事务内
  * @return bool
  */
 public final function in()
 {
     return $this->db->inTransaction();
 }