File path: dist/twist/Core/Models/Database/Record.model.php
Namespace: Twist\Core\Models\Database
Type: Model
Record
— Simply edit/delete a mysql record from any table in an object orientated way. Commit must be called in order to may changes permanent apart from delete which will also make a permanent deletion upon method call.
<?php
//Call the function detectAutoIncrement with the example vars
$resRecord = new \Twist\Core\Models\Database\Record();
$resRecord -> detectAutoIncrement();
Method | Access | Returns |
---|---|---|
__construct | construct | void |
__destruct | public | void |
detectAutoIncrement | protected | void |
nullAutoIncrement | protected | void |
fields | public | void |
values | public | void |
get | public | void |
set | public | void |
delete | public | void |
increment | public | void |
decrement | public | void |
commit | public | void |
sql | public | void |
queryValues | protected | void |
whereClause | protected | void |