View Single Post
Old 05-19-2009, 04:50 PM   #11 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Quote:
Originally Posted by Tanax View Post
Almost all MVC frameworks makes use of mysql_fetch_object as their "fetch"-method in their database class. Then they got extra methods for retrieving an array like "fetch_array"(but note that the main fetch method still uses the mysql_fetch_object).
Thanks Tanax, I will have to keep this in mind for the future...
allworknoplay is offline  
Reply With Quote