-
Run MySQL is a class that is meant for feeding the MySQL server with large batches of SQL statements.The batch statements could be taken from a string, a local file or a file uploaded via HTML form. The result of the last query is returned.
-
MyQuery is a simple MySQL query generator class to ease writing of complex queries with lots of WHERE and alike statements.

