This table is a database table, not a backend table.
The backend is just a place where things are written into the database. In fact, the front desk and the back desk are the same, except that the back desk adds the function of adding, deleting, modifying, and checking database operations, while the front desk only has the query function.
To put it bluntly, the backend is made to facilitate the administrator to operate the database. If you don't consider the trouble and security issues, you don't need the backend at all. You can operate directly in the database and just call the frontend. The functions are the same, but the backend is more visual and operable, making it easier for you to manage data.
This seems to be more suitable for the backend. For TP, you can use the {volist} tag to traverse the data. You can use tables or ul tags. For yii, there is a built-in gii method. See the documentation for details.
This table cannot be built in the background. The background can only add content to this table. It is built in the mysql database
Do you want it? I have the data in this data table, you can directly follow his steps
This table is a database table, not a backend table.
The backend is just a place where things are written into the database. In fact, the front desk and the back desk are the same, except that the back desk adds the function of adding, deleting, modifying, and checking database operations, while the front desk only has the query function.
To put it bluntly, the backend is made to facilitate the administrator to operate the database. If you don't consider the trouble and security issues, you don't need the backend at all. You can operate directly in the database and just call the frontend. The functions are the same, but the backend is more visual and operable, making it easier for you to manage data.
How to create this table in the background? ? The expression is not clear enough
Do you want to display the data in the background? Find out and throw it to the front end, and it will be displayed in a loop on the front end.
Is the table you are talking about a display interface or a database table? If it is a display interface, generally do not write
in the background.This seems to be more suitable for the backend. For TP, you can use the {volist} tag to traverse the data. You can use tables or ul tags. For yii, there is a built-in gii method. See the documentation for details.
Or is it built on the front end?