File path: dist/twist/Core/Models/Database/Table.model.php
Namespace: Twist\Core\Models\Database
__setTable
— Set the table that is being used in the current request
Name | Description |
---|---|
$strTable | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strTable = 'foo';
//Call the function __setTable with the example vars
$resTable = new \Twist\Core\Models\Database\Table();
$resTable -> __setTable($strTable);