PHP Classes

Classes of mcbetter

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of mcbetter (1)  >  Mission progress status  >  Reputation  
Picture of mcbetter
Name: mcbetter <contact>
Classes: 1
Country: China China
Age: ???
All time rank: 398145 in China China
Week rank: 195 Up3 in China China Up
All time users: 253
Week users: 0
 

 

  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image QTxtDB  
Manage a database stored in text files
This class can be used to manage a database on which the tables are stored as text files.

It can create tables that are stored in separate files. Each table field is made of text of length defined at table creation time.

The class can insert new records by adding a new data at the end of the table file with text of new record field values.

It can also update a record with new values for the table fields.

The class can also delete a record with a given row number by marking it as deleted.

It can also search and retrieve records that have a given search text.

The class can also convert the data in a table to a file in the CSV format.

The class comments are in Chinese.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z