This is PHP 5 version of a previously released MySQL database wrapper class.
It has many features that will simplify database tasks of executing SQL queries and retrieving its results. The main feature functions include: fetch_col, fetch_row, fetch_search, fetch, insert, update, delete.
Simple SQL PHP 5 also provides extensive logging features. Optionally it can log every event or error to a session in a text file. It may also serialize the whole log data array.
The log file can later on be used to optimize database structures and have complete control over past sessions of the class. |