示例#1
0
文件: rb.php 项目: tejdeeps/tejcs.com
 /**
  * Closes the database connection.
  */
 public function close()
 {
     $this->db->close();
 }
示例#2
0
	/**
	 * Transactions.
	 * Part of the transaction management infrastructure of RedBean.
	 * Rolls back transaction.
	 */
	public function rollback() {
		return $this->db->FailTrans();
	}