예제 #1
0
파일: control.php 프로젝트: actcms/nowphp
 /**
  * 提交事务
  * @author 欧远宁
  */
 private static function commit()
 {
     mysql::commit();
     cache::commit();
 }