|
Description: PHPGen generates a one-file script(update: if one wishes, he could tell phpgen to generate many files, one file per functional block of code, which could be shared between different scripts) that calls itself with the parameter "$func". $func determines what should be done with the rest of the data. The script allows listing, searching, appending and editing of data in an SQL database (or rather in one table of a database). The table is supposed to have one field that is an unique index for each record. (personally I always has an autoincrement field as an unique index).
|