TwistPHP Documentation

autoCommit

File path: dist/twist/Core/Models/Database/ProtocolMYSQLI.model.php
Namespace: Twist\Core\Models\Database
Extends:

autoCommit

Parameters

Name Type Description
[$blEnable = true]booleann/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$blEnable true;

//Call the function autoCommit with the example vars
$resProtocolMYSQLI = new \Twist\Core\Models\Database\ProtocolMYSQLI();
$resProtocolMYSQLI -> autoCommit($blEnable);