Page 1 of 1

MySQL class

Posted: Tue Sep 20, 2005 4:35 am
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:

Posted: Tue Sep 20, 2005 5:00 am
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?