Method |
Description |
|
__construct ( ) |
********************************************************************
Constructor |
|
count ( boolean $all = true, boolean $increase = false ) : integer |
Function for operating query count |
|
debug ( $print_to_screen = true ) |
********************************************************************
Displays the last query string that was sent to the database & a
table listing results (if there were any). |
|
donation ( ) |
********************************************************************
Naughty little function to ask for some remuniration! |
|
dumpvar ( $mixed ) |
********************************************************************
Alias for the above function |
|
flush ( ) |
********************************************************************
Kill cached query results |
|
get_cache ( $query ) |
********************************************************************
get_cache |
|
get_col ( $query = null, $x ) |
********************************************************************
Function to get 1 column from the cached result set based in X index
see docs for usage and info |
|
get_col_info ( $info_type = "name", $col_offset ) |
********************************************************************
Function to get column meta data info pertaining to the last query
see docs for more info and usage |
|
get_host_port ( $host, $default = false ) |
********************************************************************
Get host and port from an "host:port" notation. |
|
get_results ( $query = null, $output = OBJECT ) |
********************************************************************
Return the the query as a result set - see docs for more details |
|
get_row ( $query = null, $output = OBJECT, $y ) |
********************************************************************
Get one row from the DB - see docs for more detail |
|
get_set ( $params ) |
********************************************************************
Creates a SET nvp sql string from an associative array (and escapes all values) |
|
get_var ( $query = null, $x, $y ) |
********************************************************************
Get one variable from the DB - see docs for more detail |
|
hide_errors ( ) |
|
|
register_error ( $err_str ) |
********************************************************************
Print SQL/DB error - over-ridden by specific DB class |
|
show_errors ( ) |
********************************************************************
Turn error handling on or off. |
|
store_cache ( $query, $is_insert ) |
********************************************************************
store_cache |
|
timer_elapsed ( $timer_name ) |
|
|
timer_get_cur ( ) |
********************************************************************
Timer related functions |
|
timer_start ( $timer_name ) |
|
|
timer_update_global ( $timer_name ) |
|
|
vardump ( $mixed = '' ) |
********************************************************************
Dumps the contents of any input variable to screen in a nicely
formatted and easy to understand way - any type: Object, Var or Array |
|