PHP mySQL Database Wrapper Class 1.0.7 review

Download
by rbytes.net on

PHP mySQL Database Wrapper Class provides a set of methods for interacting with a MySQL database easily and securely

License: GPL (GNU General Public License)
File size: 64K
Developer: Stefan Gabos
0 stars award from rbytes.net

PHP mySQL Database Wrapper Class provides a set of methods for interacting with a MySQL database easily and securely. Most of the methods are extended versions of PHP's native functions, but providing a lot more functionality and powerful debugging features.

There are also new methods that greatly simplify the process of executing specific queries like returning specific rows or even single values from specific rows, SUM(), COUNT(), and MAX() queries.

What's New in This Release:
The debug window now also shows the result of EXPLAIN for SELECT queries.
Specific queries can now be highlighted in the debug window, so they can be easily spotted by setting the newly added $highlight argument to TRUE for the query(), dlookup(), dcount(), dsum(), and dmax() methods.
The halt() method was added, which stops the execution of the script at the line where is called and displays the debug window (if the @debug property is set to true and the viewer's IP address is in the allowed range set by the @debuggerIP property).

PHP mySQL Database Wrapper Class 1.0.7 search tags