Login   Register  
PHP Classes
elePHPant
Icontem

File: readme.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Pali  >  Textable  >  readme.txt  >  Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: Readme file
Class: Textable
Manage data in text files like database tables
Author: By
Last change: This is an updated version
Date: 2005-02-23 13:55
Size: 609 bytes
 

Contents

Class file image Download
Textable Class for PHP4
=======================
This class can store, retrieve and change information stored text files like
in database tables. The text files contain entries in each line. Each line
entry may have many values. The first value represents a key that must be
unique among all line entries stored in the file.


Author:
=======================
Pal Sitkei
sitkei@chello.hu


History:
=======================
23 feb. 2005, Available functions: Delete, Insert, Select, Update
07 feb. 2005, First working release.
              Available functions: Append, Delete, Exists, Update