Tutorials Home Scripts Home

What is DB class 1.0?

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);

  • Copy the db.class.php on your site to use it
  • A list of all methods is available in html_docs/classDB.html
  • The db.help.txt provides a quick overview of the functions you should use most and how to quickly execute and process queries


“Subscribe and get Latest entries”

Enter your email address:

Listing Details

Listing Details

Version: 1.0
Default Language: English
Filed in: scripts home » Components » PHP Class Scripts » Databases
Date Added: January 22, 2010
Views: 199
demonstration: sorry no available demo at this time
External Download: sorry no External Download links at this time please look to our internal download below

Featured Plugins Add Plugin

No Plugins with the specified criteria were found.

Bug List Report Bug

Bug List

No bugs with the specified criteria were found.

Who uses DB class? (Widgets for DB class)

Who uses DB class?

Comments

Comment form

No Comments!

Be the first to review this page !

Leave a Comment

Comment form