Does anyone know of a way I can automatically CRUD
for my bank tables using MVC?
I have 5 tables and would like to automatically generate SinglePage apps
for them, without having to generate multiple views/controllers
. The idea is to create basic admin screens to manage these tables that are my internal control and do not need worked designs.
The idea is that if I create another table in the future I just need to select a combobox which one I want to manage and the values in the grid with the insert/update/delete
buttons are already listed.
I have already researched some things but what I find still requires a considerable amount of work to do Scaffolding
and creates several views/controller
files.