This class be used to dump the structure and data of a MySQL database to a backup file.
It traverses the list of tables of a given MySQL database and generates the SQL statements that would be necessary recreate all the tables and the data in their records.
The class may optionally not generate SQL statements for creating the tables or inserting the table records.
The generated SQL statements can be returned as a single text string or served for download directly or compressed in the gzip format.
Based on class of Marcus Vinícius, thanks for original code, just made some updates to make class more usable and customizable, fixed compatibility with MySql5, and fixed "CURRENT_TIMESTAMP" little bug.
| There are not enough user ratings to display for this class. |

If you know an application of this package, send a message to the
author to add a link here.