Code
PHP Database Engine Class
2008-08-15 21:24:53
Here's a nice little PHP Class I wrote to handle database connections. It is simple to create and can be used site-wide to handle all database queries and responses. It will take care of mysql errors and all the other bits and pieces. It also integrates with my Global Log class which I'll post later.
Download the class here.
