File path: dist/twist/Core/Models/Database/Table.model.php
Namespace: Twist\Core\Models\Database
Type: Model
Table
— Simply create and maintain tables in an object orientated way with no need to write a SQL queries
<?php
//Set the variables for the example
$blAddTwistPrefix = false;
//Call the function exists with the example vars
$resTable = new \Twist\Core\Models\Database\Table();
$resTable -> exists($blAddTwistPrefix);
Method | Access | Returns |
---|---|---|
__setTable | public | void |
__setDatabase | public | void |
exists | public | void |
get | public | void |
create | public | void |
structure | public | void |
copy | public | void |
rename | public | void |
optimize | public | void |
truncate | public | void |
drop | public | void |