V
V
verericio2016-09-04 15:38:12
PHP
verericio, 2016-09-04 15:38:12

How to implement an architecture for an application with flexible field settings?

I am faced with the following task, it is necessary to create a web application in which all columns in tables, all fields in the forms for adding / deleting records of these tables could be set by the user, that is, on the backend all these fields are predefined and in the Mysql database for them already there are tables, but on the frontend it is necessary that the user can control the output of these fields, hide some, display some, moreover, the fields can belong to some blocks. How to implement all this, moreover, so that you can set the order of the fields.
Data Example:
Stores
Store ID Store
Name
Description
Status
Type
Table Example
Name Status Type
Add Form Example
Basic Information
- Name
- Type
Additional information
- Status
- Description

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
OnYourLips, 2016-09-04
@OnYourLips

https://en.wikipedia.org/wiki/Entity%E2%80%93attri...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question