__construct()
__destruct()
__toString()
error()
error_no()
error_str()
insert_id()
last_query()
query()
$_connection
$_query
$_query_str
The query class used to obtain data from the database.
package | webkdb |
---|---|
author | thg2oo6 |
copyright | Copyright (c) 2012 |
version | 1.0 |
access | public |
__construct(resource $connection)
resource
__destruct()
__toString() : string
string
error() : boolean
boolean
error_no() : integer
integer
error_str()
returns | string |
---|
insert_id() : integer
integer
last_query() : string
string
query(\$sql $sql) : mixed
\$sql
The sql query string to be executed.
mixed
$_query : mixed
$_query_str : string