Hi,
Has anyone written a wrapper class for the php db functions?
I'm looking for 2 things:
1) to make an oo interface.
2) to allow the same code to work on a mysql database and odbc database. (syntacticly that is, excluding SQL issues)
If not, does anyone have any sugestions for class structure and I'll set about building it.
ttfn
Antony Briggs
OO Database Class
Moderator: General Moderators
- mydimension
- Moderator
- Posts: 531
- Joined: Tue Apr 23, 2002 6:00 pm
- Location: Lowell, MA USA
- Contact:
have you tried http://www.hotscripts.com yet? i used one of theirs (not sure which though) when i built my db class. they have a good selection.