Add XDB::startTransaction(), XDB::commit() and XDB::rollback().
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 7 Oct 2010 11:54:05 +0000 (13:54 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 7 Oct 2010 11:54:05 +0000 (13:54 +0200)
commite49b22c0de68ab13d41c9e2160584fe8964cff46
treea1c78bc3102e1526ea8746874f9e4e1356e1d68c
parent663c7f8e9bdc2d3d3f36ad25a63e62913f3b25ce
Add XDB::startTransaction(), XDB::commit() and XDB::rollback().

Note: you should always use these functions when using transactions since
they perform the necessary post/pre actions to ensure the environment is
well configured.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
classes/xdb.php