File path: dist/twist/Core/Models/Settings.model.php
Namespace: Twist\Core\Models
fileConfigOverride
— Set to true will ensure that the framework runs using a file configuration rather than the Database settings table.
Name | Description |
---|---|
[$blFileConfig = true] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$blFileConfig = true;
//Call the function fileConfigOverride with the example vars
$resSettings = new \Twist\Core\Models\Settings();
$resSettings -> fileConfigOverride($blFileConfig);