CDbTransaction
CDbTransaction
Package | system.db |
---|---|
Inheritance | class CDbTransaction » CComponent |
Since | 1.0 |
Source Code | framework/db/CDbTransaction.php |
CDbTransaction represents a DB transaction.
It is usually created by calling CDbConnection::beginTransaction.
The following code is a common scenario of using transactions:
It is usually created by calling CDbConnection::beginTransaction.
The following code is a common scenario of using transactions:
$transaction=$connection->beginTransaction(); try { $connection-&