php class for mysql instructions?

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
User avatar
webfinearts
Forum Newbie
Posts: 12
Joined: Tue Sep 30, 2003 12:02 pm
Contact:

php class for mysql instructions?

Post by webfinearts »

I have an obsession for classes :)
I just want to know if someone has designed a php class that deals with mysql. Takes the mysql instructions and perform all actions, including checks and errors.

I'm trying to design one, but i'm afraid that i will skip something. So i need some suggestions.
User avatar
nigma
DevNet Resident
Posts: 1094
Joined: Sat Jan 25, 2003 1:49 am

Post by nigma »

Here is a link to a PHP class that I used before I wrote my own (which never really worked out as well as this one;))
http://www.vtwebwizard.com/tutorials/my ... module.php

The site also has a tutorial on different ways to use the class if you are having trouble.
User avatar
webfinearts
Forum Newbie
Posts: 12
Joined: Tue Sep 30, 2003 12:02 pm
Contact:

Now i'm in the next phase

Post by webfinearts »

Thank you, i will take a closer look to that.
Post Reply