Using the framework of the thinkphp template engine, how the front and back end people communicate parameters
Reply content:
Using the framework of the thinkphp template engine, how the front and back end people communicate parameters
1. In general, when the requirements are met, the relevant engineers will attend, the product manager says what is displayed on the page, what data the developer takes, and is displayed in the view template given by the front-end engineer.
2. If the front-end engineer can write PHP code or can write the template tag syntax code, generally look at the data dictionary, in general, the data table field name is the return data array key name.
If some of the data is not already in the table that needs to be calculated, the front-and-back engineers need to communicate to determine the variable name and structure.