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