File path: dist/twist/Core/Models/Database/ProtocolMYSQL.model.php
Namespace: Twist\Core\Models\Database
autoCommit
—
Name | Description |
---|---|
[$blEnable = true] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$blEnable = true;
//Call the function autoCommit with the example vars
$resProtocolMYSQL = new \Twist\Core\Models\Database\ProtocolMYSQL();
$resProtocolMYSQL -> autoCommit($blEnable);