コード例 #1
0
ファイル: Model.php プロジェクト: snowfire/database
 protected function _transaction_begin()
 {
     $this->_database->transaction_begin();
 }