Method |
Description |
|
DELETEquery ( $table, $where ) |
|
|
INSERTquery ( $table, $fields_values, $no_quote_fields = false ) |
|
|
SELECTquery ( $select_fields, $from_table, $where_clause, $groupBy = '', $orderBy = '', $limit = '' ) |
|
|
UPDATEquery ( $table, $where, $fields_values, $no_quote_fields = false ) |
|
|
__destruct ( ) |
|
|
close ( ) |
|
|
exec_DELETEquery ( $table, $where ) |
|
|
exec_INSERTquery ( $table, $fields_values, $no_quote_fields = false ) |
|
|
exec_SELECTquery ( $select_fields, $from_table, $where_clause, $groupBy = '', $orderBy = '', $limit = '' ) |
|
|
exec_UPDATEquery ( $table, $where, $fields_values, $no_quote_fields = false ) |
|
|
fullQuote ( $str, $table ) |
|
|
fullQuoteArray ( $arr, $table, $noQuote = false ) |
|
|
getPDO ( ) |
|
|
lastInsertId ( ) |
|
|
query ( $sSql ) |
* Should be abstract, but we provide a body anyway as PDO abstracts these methods for us |
|
quote ( $str ) |
|
|
tables ( ) |
|
|