File path: dist/twist/Core/Models/Install.model.php
Namespace: Twist\Core\Models
framework
— Install/Configure the framework, this is required before the framework will function
Name | Description |
---|---|
$arrConfiguration | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$arrConfiguration = array(0 => 'foo', 1 => 'bar');
//Call the function framework with the example vars
\Twist\Core\Models\Install::framework($arrConfiguration);