Example #1
0
 /**
  * Closes the database connection.
  */
 public function close()
 {
     $this->db->close();
 }
Example #2
0
	/**
	 * Transactions.
	 * Part of the transaction management infrastructure of RedBean.
	 * Rolls back transaction.
	 */
	public function rollback() {
		return $this->db->FailTrans();
	}