TwistPHP Documentation

showInstallWizard

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

showInstallWizardReturn a boolean status, if true the framework has not been setup.

Return Values

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

Example

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