|
Description: The purpose of this project is creating a universal program working with databases by means of Web. PHPGem is a program which permits to accelerate creating PHP-scripts for working with tables. PHPGem is also PHP-script. It works with different SQL-servers: PostgreSQL, MySQL, Informix, Microsoft SQL Server, Sybase, SQL Server, Interbase, Adabas, mSQL, ODBC. As input values you have to point out the description and parameters of your tables fields (field's name, on/off searching in the field, etc.). The result of the program is another PHP-script which will work with this tables (view table, view/add/edit/delete/duplicate entries, search in the table). PHPGem can work with multi-level tables. A table can be a parent-table with several child-tables.
|