File path: dist/twist/Core/Models/Install.model.php
Namespace: Twist\Core\Models
importSQL
— Install any DB and tables required by the framework
Name | Description |
---|---|
$dirInstallSQL | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$dirInstallSQL = '/home/user/public_html/twist';
//Call the function importSQL with the example vars
\Twist\Core\Models\Install::importSQL($dirInstallSQL);