Share

Flat File DataBase (FFDB) for PHP

File Release Notes and Changelog

Release Name: 1.7

Notes:


Changes: Version 1.7 * Added FFDB_INT_AUTOINC type (an automatically incrementing int type). An FFDB_INT_AUTOINC field can be a key, you can also pass in the starting value into a $schema array for the create(...) method. * Fixed a serious bug in method removefield(...) * ffdb-admin now supports the FFDB_INT_AUTOINC type