Innovation Award
 July 2009
Number 6 |
Often applications need to retrieve or update data in files that can be used by spreadsheet like applications. CSV is a common format that can be used for exchanging simple spreadsheet information.
PHP has built-in functions to read and write data from CSV files, but this class provides a simpler solution to read or writing CSV files.
It provides an interface that lets you handle CSV data rows and columns as arrays, so you can use regular PHP array syntax and functions to access CSV data.
Manuel Lemos |
This class can be used to manipulate data in CSV files as if they are arrays.
It can parse and write CSV files when a class object is accessed with array manipulation functions.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (75.0%) |
Sufficient (66.7%) |
- |
Sufficient (66.7%) |
- |
- |
Not sure (50.8%) |
1268 |
| Month: |
Not yet rated by the users |
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.