Recommend this page to a friend! |
Download .zip |
Info | View files (6) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2005-11-01 (10 years ago) | 59% | Total: 7,314 | All time: 247 This week: 581 |
Version | License | Categories | ||||
csvmanage 1.0.0 | GNU General Publi... | PHP 5, Files and Folders |
Description | Author | |||||||||||||
This class can be used to store and retrieve data from files in the CSV format (Comma Separated Values). |
|
/* * deals with CSV files * @package csv * @date 2005-08-01 */ - PHP 5 needed This class was writen to more easily parsing CSV files. Public methods are described in CsvInterface. Throws standard PHP5 Exceptions. Case of use is defined in ___case_of_use.php. |
Files |
File | Role | Description |
---|---|---|
Csv.class.php | Class | Csv class |
CsvInterface.class.php | Class | Csv interface |
readmeFirst.txt | Doc. | Read me text |
test.csv | Data | Test CSV file |
_preload.php | Aux. | Auxiliary preloading script |
___case_of_use.php | Example | Cases of use |
Version Control | Reuses | Unique User Downloads | Download Rankings | ||||||||||||||||
0% | 1 |
|
|
User Ratings | User Comments (2) | |||||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Other classes that need this package |
Class | Why it is needed | Dependency |
---|---|---|
CSV to SQL database converter | To read CSV file | Required |