File path: dist/twist/Core/Models/Settings.model.php
Namespace: Twist\Core\Models
load
— Load all the framework settings into the system, these could either be stored in a Database or a file depending on how TwistPHP has been configured.
void — No return information has been documented for this function.
<?php
//Call the function load with the example vars
$resSettings = new \Twist\Core\Models\Settings();
$resSettings -> load();