Innovation Award
 August 2009
Winner |
PHPMyAdmin is an application that became very popular because it provides a Web based user interface to let the users manager MySQL databases used by PHP Web sites.
This package provides a similar Web based user interface for managing data in CSV files.
Manuel Lemos |
This package can be used to manage CSV text files like database tables. The class combines most benefits of SQL tables and PHP arrays including a powerfull method for sorting rows.
The class manages CSV files with support for storing, retrieving and deleting rows of data and also to add and remove columns from those files.
Inserted row identifier column values may be auto-incremented. The row retrieval is binary safe, may obey a given column sorting criteria similar to SQL ORDER BY clause, limit the number of retrieved rows similar to LIMIT clause, and support joins like with SQL LEFT OUTER JOIN.
A separate sub-class allows importing and exporting data to MySQL database tables.
Another class can generate a HTML forms based administration interface for accessing and editing data from a directory of CSV files, as well as alter their columns.
| Not yet rated by the users |
| Class |
Dependency |
Why it is needed |
| TM::Apeform |
Conditional |
Only for the Administrator class and script, to display all the forms. |
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.