TwistPHP Documentation

fileConfigOverride

File path: dist/twist/Core/Models/Settings.model.php
Namespace: Twist\Core\Models
Extends:

fileConfigOverrideSet to true will ensure that the framework runs using a file configuration rather than the Database settings table.

Parameters

Name Type Description
[$blFileConfig = true]booleann/a

Return Values

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

Example

<?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);