Login   Register  
PHP Classes
elePHPant
Icontem

File: readmeFirst.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Michal Palma  >  CSV managing class  >  readmeFirst.txt  
File: readmeFirst.txt
Role: Documentation
Content type: text/plain
Description: Read me text
Class: CSV managing class
Store and retrieve data from CSV files
 

Contents

Class file image Download
/*
* 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.