Implementation of a result using mySQL resources.
| see | \global\WebLab_Data_Result |
|---|---|
| author | Jorgen Evens |
| package | WebLab |
| subpackage | Data_MySQL |
__construct($result)
| inherited_from | \WebLab_Data_Result::__construct() |
|---|
count()
| inherited_from | \WebLab_Data_Result::count() |
|---|
current()
| inherited_from | \WebLab_Data_Result::current() |
|---|
fetch($id)
| inherited_from | \WebLab_Data_Result::fetch() |
|---|
fetch_all()
| inherited_from | \WebLab_Data_Result::fetch_all() |
|---|
getTotalRows()
| inherited_from | \WebLab_Data_Result::getTotalRows() |
|---|
next()
| inherited_from | \WebLab_Data_Result::next() |
|---|
previous()
| inherited_from | \WebLab_Data_Result::previous() |
|---|
setTotalRows($total)
| inherited_from | \WebLab_Data_Result::setTotalRows() |
|---|
_read(resource $result) : mixed
resource&$result The MySQL resource to read from.
mixedAn array of objects representing the records.$_rows
| inherited_from | \WebLab_Data_Result::$$_rows |
|---|
$_total
| inherited_from | \WebLab_Data_Result::$$_total |
|---|