TwistPHP Documentation

structure

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

structureGet the structure information of a database table, the structure is returned as an array.

Return Values

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

Example

<?php
//Call the function structure with the example vars
$resTable = new \Twist\Core\Models\Database\Table();
$resTable -> structure();