TwistPHP Documentation

engine

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

engineSet the database engine to use for this table

Parameters

Name Type Description
$strEnginestringn/a

Return Values

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

Example

<?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);