Hello teacher, there are a lot of php files in thinkPHP, but we have only learned some of them: controller.php, model.php, etc. So what are the specific usages of the remaining libraries? It doesn't seem to be written in the manual.
大家讲道理2017-08-09 17:54:51
The specific usage is written in great detail in the manual of TP. The controller.php and model.php you learned are just the files that need to be created in TP. If you are interested, you can open the core file of TP to read and see the assistants you use. How are functions and loop templates implemented?