|
| | __construct () |
| |
| | delete ($table, $where, $limit) |
| |
| | update ($table, $data, $where, $limit=false) |
| |
| | fetch ($table, $columns, $where=false, $limit=false) |
| |
| | insert ($table, $data) |
| |
| | run ($query, $bind=[]) |
| |
| | getLastInsertID () |
| |
| | rowCount () |
| |
| | getLastError () |
| |
| | isValidColumn ($table, $column) |
| |
| | run ($query) |
| |
◆ __construct()
◆ delete()
| delete |
( |
|
$table, |
|
|
|
$where, |
|
|
|
$limit |
|
) |
| |
◆ fetch()
| fetch |
( |
|
$table, |
|
|
|
$columns, |
|
|
|
$where = false, |
|
|
|
$limit = false |
|
) |
| |
◆ getLastError()
◆ getLastInsertID()
◆ insert()
◆ isValidColumn()
| isValidColumn |
( |
|
$table, |
|
|
|
$column |
|
) |
| |
◆ rowCount()
◆ run()
| run |
( |
|
$query, |
|
|
|
$bind = [] |
|
) |
| |
◆ update()
| update |
( |
|
$table, |
|
|
|
$data, |
|
|
|
$where, |
|
|
|
$limit = false |
|
) |
| |
The documentation for this class was generated from the following file: