The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
Sorry for not being more clear. I know how to do transactions in SQL. My question is, could I somehow wrap vB's actions in transactions. Something like:
Code:
mysql_query('BEGIN TRANSACTION'); build_new_post(); mysql_query('ROLLBACK'); Code:
$vbulletin->database->begin_transaction(); $dm = init_datamanager(...) $dm->... $vbulletin->database->rollback_transaction(); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|