This class can be used to provide a backup and restore solution of SQL databases that can work with multiple database types.
It uses another database abstraction package to query the database table structure.
It extracts the data in the tables to generate a database backup file that contains in a list of SQL statements.
The restore process just reads the statements from the backup file and executes them.
The class can generate backups of the database with the whole data or just the database table structure.
This class is officially PHP 5 compatible. |