示例#1
0
文件: Util.php 项目: dcsystems/goepa
 public function rollback()
 {
     $model = new Cadastros_Model_Oriente();
     $adapter = $model->getDefaultAdapter();
     try {
         $adapter->rollBack();
     } catch (Zend_Exception $e) {
         throw $e;
     }
 }