Does anyone have any recommendations for a nice simple MySQL class?
Searching for this reveals about ten billion matches, and none of them seem to be about the class itself.
MySQL Classes
Moderator: General Moderators
d11wtq wrote one while back... viewtopic.php?t=52479
- Maugrim_The_Reaper
- DevNet Master
- Posts: 2704
- Joined: Tue Nov 02, 2004 5:43 am
- Location: Ireland
It did - it was using mysql_seek() which slowed things down. Not sure if an updated copy with fixes applied was ever posted. Finding a simple class is probably worse than the proverbial needle in a haystack though
. The closest I've ever bothered with is a mysql PDO adapter which returns ArrayObjects and relies almost completely on prepared statements. Haven't bothered digging any further - there are any number of Abstraction libraries. Maybe you could grab their adapters or something for standalone use?
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- AKA Panama Jack
- Forum Regular
- Posts: 878
- Joined: Mon Nov 14, 2005 4:21 pm
You could use my ADODB Lite class. It supports a number of different database types. It really is quite small and very fast compared to most other dtabase classes.