MySQL class

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
_dev
Forum Newbie
Posts: 9
Joined: Tue Sep 20, 2005 4:15 am
Location: Austria

MySQL class

Post by _dev »

have a look at my db_class

http://www.christophdum.com/news/1126525910.php


can you give me feedback on it? thanks :wink:
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

Nice :)

I'm not a fan of classes that take input other than what is fed to it (i.e. the use of anything other than what I pass to it. Offending items such as the use of $_GET within the class :p)

It may also be worth noting a lot of that will have to be edited for use on PHP5 if/when it becomes the standard (just like any class of course) :)

Should this be in the Snippets forum?
Post Reply