PHP Classes

File: readmeFirst.txt

Recommend this page to a friend!
  Classes of Michal Palma   CSV managing class   readmeFirst.txt   Download  
File: readmeFirst.txt
Role: Documentation
Content type: text/plain
Description: Read me text
Class: CSV managing class
Store and retrieve data from CSV files
Author: By
Last change: Accesibility change.
Date: 18 years ago
Size: 276 bytes
 

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.