IRowContainer
interface IRowContainer implements Traversable
Container of database result fetched into IRow.
Methods
array
fetchPairs($key = NULL, $value = NULL)
Fetches all rows as associative array.
Details
at line 23
IRow|bool
fetch()
Fetches single row object.
at line 31
array
fetchPairs($key = NULL, $value = NULL)
Fetches all rows as associative array.
at line 37
IRow[]
fetchAll()
Fetches all rows.