F a s d a b
Fast and simple database abstraction
Home
Change log
Error handling
Methods:
Fasdab
begin
cell
commit
debug
last_id
limit
query
rollback
row
row_count
serial
unix_timestamp
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()
.