File path: dist/twist/Core/Helpers/Database.helper.php
Namespace: Twist\Core\Helpers
Extends: Base
autoCommit
— Change the status of autocommit on the current database connection
Name | Description |
---|---|
[$blStatus = true] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$blStatus = true;
//Call the function autoCommit with the example vars
Twist::Database() -> autoCommit($blStatus);