return object from databaseIs

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
irish
Forum Members
Forum Members
Posts: 101
Joined: Tue Jun 03, 2008 2:31 pm

return object from databaseIs

Post 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.
Post Reply

Return to “Developers Discussion”