DB class

PHP Advanced Database Class
Here is a PHP class to facilitate PHP/MySQL development.
It propose convenient methods and an easy way to access a database by reducing the amount of code you should write. It also provides debugging facilities: you can display the request and the resulting table by just adding a parameter to the methods of this class. Queries are automatically debugged when there is an error.

Example of Debugging

Here are examples of how powerful the class is when it comes to debugging queries.
You can debug each queries one by one by setting the second parameter to true:
$db->defaultDebug is false


$db->query("SELECT * FROM Users");
$db->query("SELECT * FROM Users", true);
current version: 1.0
Date Added: Jan 22nd, 2010
Filed in: projects » PHP Scripts » PHP Class Scripts » Databases
Publisher: jooria
Contact Info: Send a Message to jooria
the team: view the project Peoples
1 points ( 100% like it)

1 up votes 0 down votes

I Use It - simple:
0 person is using this project