Esempio n. 1
0
 /**
  * Commit a transaction and return to autocommit mode.
  *
  * @return Zend_Db_Adapter_Abstract
  */
 public function commit()
 {
     return $this->_adapter->commit();
 }