File path: dist/twist/Core/Models/Install.model.php
Namespace: Twist\Core\Models
Type: Model
Install
— Handle all package/package related enquiries, for instance if you want to know if a package is installed or what version it is.
<?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);
Method | Access | Returns |
---|---|---|
package | static | void |
removePackage | static | void |
importSQL | static | void |
importSettings | static | void |
removeSettings | static | void |