Exemplo n.º 1
0
 /**
  * Begin transaction
  *
  * Begins an transaction, make sure you'll call commit or rollback when done,
  * otherwise work will be lost.
  */
 public function beginTransaction()
 {
     $this->backend->beginTransaction();
 }