File path: dist/twist/Core/Utilities/Database.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
checkSettings
— Check for default settings for the database
Name | Description |
---|---|
[$blThrowException = false] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$blThrowException = false;
//Call the function checkSettings with the example vars
Twist::Database() -> checkSettings($blThrowException);