OO Database Class

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
devonite
Forum Newbie
Posts: 1
Joined: Wed Jan 22, 2003 11:03 am

OO Database Class

Post by devonite »

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
User avatar
mydimension
Moderator
Posts: 531
Joined: Tue Apr 23, 2002 6:00 pm
Location: Lowell, MA USA
Contact:

Post by mydimension »

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.
Post Reply