wCMF
3.6
|
Public Member Functions | |
beginTransaction () | |
commit () | |
rollback () | |
Protected Attributes | |
$_inTransaction = false | |
PDOConnection extends PDO.
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
$Id$
Definition at line 27 of file class.PDOConnection.php.
PDOConnection::beginTransaction | ( | ) |
Definition at line 33 of file class.PDOConnection.php.
References $_inTransaction.
PDOConnection::commit | ( | ) |
Definition at line 47 of file class.PDOConnection.php.
PDOConnection::rollback | ( | ) |
Definition at line 58 of file class.PDOConnection.php.
|
protected |
Definition at line 28 of file class.PDOConnection.php.
Referenced by beginTransaction().