F a s d a b
Fast and simple database abstraction
row

object row([mixed result_key])

This method fetches a row from the database and returns an object. If there are no more rows to be fetched, it returns FALSE.

For an example of how to use row(), please see query().