Thread: Class Issue
View Single Post
  #2 (permalink)  
Old 10-01-09, 09:00 AM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
Create a database wrapper, so you call db->query() - which actually performs the mysql_query call.

You may be able to find some existing ones.
Reply With Quote