Page 1 of 1

php class for mysql instructions?

Posted: Mon Oct 06, 2003 8:31 am
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.

Posted: Mon Oct 06, 2003 8:38 am
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.

Now i'm in the next phase

Posted: Mon Oct 06, 2003 8:42 am
by webfinearts
Thank you, i will take a closer look to that.