This class can be used to create CSV (Comma Separated Values) files from MySQL database table data.
It executes an SQL query to retrieve all the data in a given MySQL table and generates a CSV file with the table data.
The CSV file name is the table name followed by the .csv extension. The directory where the file is created is configurable.
The class can also iterate over all tables of a MySQL database and generate CSV files from their contents within a single class call.
| 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.