TwistPHP Documentation

loadTempSettings

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

loadTempSettingsBefore the framework has been setup it will be running on its default settings that are defined in the frameworks install folder.

Return Values

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

Example

<?php
//Call the function loadTempSettings with the example vars
$resSettings = new \Twist\Core\Models\Settings();
$resSettings -> loadTempSettings();