teng84 Posted February 21, 2009 Share Posted February 21, 2009 Im just curious what style do you use to access the records from your db using php eg.. $db->fetch('table'); or $db->setname('name',id) please give me an idea ill be working on huge project and i want to start doing the best way so there wouldnt be any problem once the project continue on adding codes or modules Link to comment https://forums.phpfreaks.com/topic/146199-how-do-you-access-records-from-your-database-using-oop/ Share on other sites More sharing options...
corbin Posted February 21, 2009 Share Posted February 21, 2009 I usually don't fetch entire tables blindly. Link to comment https://forums.phpfreaks.com/topic/146199-how-do-you-access-records-from-your-database-using-oop/#findComment-767608 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.