TwistPHP Documentation

framework

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

frameworkInstall/Configure the framework, this is required before the framework will function

Parameters

Name Type Description
$arrConfigurationarrayn/a

Return Values

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

Example

<?php
//Set the variables for the example
$arrConfiguration = array(=> 'foo'=> 'bar');

//Call the function framework with the example vars
\Twist\Core\Models\Install::framework($arrConfiguration);