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.
|
|
| Name: |
CSV Creation |
| Base name: |
csvcreation |
| Description: |
Create CSV files from MySQL table data |
| Version: |
0.1 |
| PHP version: |
3 |
| License: |
GNU General Public License (GPL) |
| All time users: |
2924 users |
| All time rank: |
1105 |
| Week users: |
9 users |
| Week rank: |
227  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (93.8%) |
Good (93.8%) |
Sufficient (75.0%) |
Perfect (100.0%) |
- |
- |
Sufficient (73.8%) |
93 |
| Month: |
Not yet rated by the users |
| |
Applications that use 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.
| |
Files |
|
|