예제 #1
0
 /**
  * To begin a Transaction
  */
 protected function begin()
 {
     $this->objDbConn->beginTransaction();
 }