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.
array
fetchAssoc($path)
Fetches all rows and returns associative tree.
Details
at line 21
IRow|bool
fetch()
Fetches single row object.
at line 29
array
fetchPairs($key = NULL, $value = NULL)
Fetches all rows as associative array.
at line 35
IRow[]
fetchAll()
Fetches all rows.
at line 42
array
fetchAssoc($path)
Fetches all rows and returns associative tree.