File path: dist/twist/Core/Models/Database/Records.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
$resRecords = new \Twist\Core\Models\Database\Records();
$resRecords -> __setTable($strTable);