THINKPHP Template Technology
##Contains public files
Template inheritance (recommended)
Advantages Extract the common parts of multiple pages into one file to improve development efficiency
Disadvantages The content in the public file cannot be modified flexibly
Usage example
##Template inheritance
- Advantages
1. There are parent and child templates 2. The parent template stores the page structure and public parts to improve development efficiency
3. Compared with 'containing public File' is more flexible - Usage example
1. In the parent template
menu 2. In the sub-templatemenu