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
|