Database web editor / data entry structure, preferred by PHP

I need to create a simple web-based data entry / editing tool that will allow me to avoid using MS Access for this task. Preferably in PHP and something that will support SQLite, foreign keys / links and field validation.

I watched the demo version of Symfony and in the end was not impressed with the user interface. Are there any other framework / tools that may work for this?

+3
source share
3 answers

The only ones I know about are:

It’s not up to the good, but they can work for what you want.

0
+1

I would connect my own CMS with a dynamic database, but I have the feeling that you will need some changes for what you want. Any reason you need SQLite instead of mySQL?

Here, just in case ... UltraPanel PRO

0
source

Source: https://habr.com/ru/post/1756590/


All Articles