예제 #1
0
파일: helper.php 프로젝트: papac/framework
 /**
  * valider une transaction
  */
 function commit()
 {
     Database::commit();
 }