TwistPHP Documentation

get

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

getGet a database table as an object, if the table does not exist you are returned null

Return Values

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

Example

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