PHP mySQL Database Wrapper Class 1.1.2 (Default branch) |
|
|
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. Starting with version
1.0.9, the class also supports caching.
License: Free for non-commercial use
Changes:
A full backtrace was added for each query. This is
a full list of the file, line, and method that
lead to the execution of each specific query. The
highlighter is now a bit smarter and it does not
highlight keywords in strings. More accurate
reporting of queries being run multiple times.
Error reporting was improved for cases of not
being able to connect to the MySQL server or
select a database. An issue with the style sheet
file that caused the debug window to position
according to the host application's style sheet
was fixed. Some new methods were added. optimize()
automatically optimizes tables that have overhead.
A few minor bugs were fixed.
|