TwistPHP Documentation

checkSettings

File path: dist/twist/Core/Utilities/Database.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

checkSettingsCheck for default settings for the database

Parameters

Name Type Description
[$blThrowException = false]booleann/a

Return Values

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

Example

<?php
//Set the variables for the example
$blThrowException false;

//Call the function checkSettings with the example vars
Twist::Database() -> checkSettings($blThrowException);