コード例 #1
0
ファイル: DB.php プロジェクト: stefanak-michal/DragonMVC
 function commit()
 {
     DB::commit();
     $this->committed = true;
 }