vBulletin database class function for fetch_object ?
My SQL code is:
mysql_fetch_object($query)
And I would like to query that through the vBulletin database class. How exactly would I go about doing that?
Any help would be greatly appreciated.
Edit: Surely there is a way to fetch an object... vbulletin 3.6 being fully object oriented php compliant and all.
Edit; Nevermind... I decided to switch everything to an array format to be compatable with fetch_array.
|