, a flat file SQL database.
The PHP core files for txt database are located in /php-txt-db-api directory. The database is located in directory /Database
where are stored tables as individual txt files.
For database access are used objects Database and Recordset defined in /Framework/IncDbTxt.php file.
You can change database provider to other (
MySql
,
ODBC
,
ADO
,
SQLite
,
SQLite3
) by including other IncDb...php file and changing connection string when creating Database object.
See comments in Basic.php
There are three modes to work with data:
a) View all data and rate and review the schools.
Default mode, without log in.
b) Edit data as user . Every user has his own data.
You can log in as Jan, Magda, David,
Adam, Linda , all without password.
Or you can add new user by entering new name and password.
c) Edit all data as administrator . You can edit all data or even assign it to another user.
You can log in as Admin, without password.