__construct()
__destruct()
num_rows()
result()
result_array()
row()
row_array()
$_query
Class used to return the results of an select query.
package | webkdb |
---|---|
author | thg2oo6 |
copyright | Copyright (c) 2012 |
version | 1.0 |
access | public |
__destruct()
num_rows() : integer
integer
result() : mixed
mixed
result_array() : array
array
row(\$pos $pos) : object
In case of multiple rows it returns only the first one, or the specified one.
\$pos
Fetches the row at the specified position.
object
row_array(\$pos $pos) : array
In case of multiple rows it returns only the first one, or the specified one.
\$pos
Fetches the row at the specified position.
array