TwistPHP Documentation

load

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

loadLoad 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.

Return Values

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

Example

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