File path: dist/twist/Core/Models/Database/TableStructure.model.php
Namespace: Twist\Core\Models\Database
engine
— Set the database engine to use for this table
Name | Description |
---|---|
$strEngine | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strEngine = 'foo';
//Call the function engine with the example vars
$resTableStructure = new \Twist\Core\Models\Database\TableStructure();
$resTableStructure -> engine($strEngine);