TwistPHP Documentation

commit

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

commitFinal call, this will create the table in the database, once created this resource will become unusable

Return Values

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

Example

<?php
//Call the function commit with the example vars
$resTableStructure = new \Twist\Core\Models\Database\TableStructure();
$resTableStructure -> commit();