- Joined
- Jun 15, 2022
- Messages
- 101
- Reaction score
- 0
I’m trying to come up with an interface from php to mariadb/a database that can handle things like checking the structural integrity of tables (have the correct data types, foreign keys, etc.) to automate the process of installing uninstalled tables/etc.
In particular I’m trying to create a general purpose php app that offers so much as a gui for creating tables (potentially linked together by foreign keys). Ultimately it’s something of a very dev-friendly cms. It’s a framework…does something like laravel do this sort of thing?
— edit —
Basically I just need to be able to recreate a table in php.
In particular I’m trying to create a general purpose php app that offers so much as a gui for creating tables (potentially linked together by foreign keys). Ultimately it’s something of a very dev-friendly cms. It’s a framework…does something like laravel do this sort of thing?
— edit —
Basically I just need to be able to recreate a table in php.
Last edited: