This is a simple class which can dump one or more tables from a MySQL database as a series of SQL statements.
It can be used to generate backup copies of only certain tables of a MySQL database.
The table dumps are made up of valid MySQL queries that can be executed later to restore the table definitions and any data that the tables may contain.
The output is similar to what the command mysqldump produces but this class does not use such command.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (76.4%) |
Good (83.3%) |
Sufficient (61.1%) |
Sufficient (75.0%) |
- |
- |
Sufficient (60.1%) |
684 |
| Month: |
There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
example.php |
Example |
Example export |
readme.htm |
Doc. |
The readme and example code snippet |
SQL_Export.php |
Class |
SQL_Export class - include in your code to use the class |