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.