Page 1 of 1

return object from databaseIs

Posted: Mon Jul 07, 2008 4:17 pm
by irish
Does anyone know a way to return an object from the database instead of an array? I am currently using $dbr->FetchRow() but I would prefer the results as an object. I tried $dbr->FetchObj() but it doesn't exists.