ThinkPHP BASE, thinkphpbase
![](file:///C:/Users/Administrator/AppData/Local/YNote/data/qqD9B7C2ADA47CB660E79E6F12EEFB238E/6a4dc9e3d46348af86e9116aac316d1e/clipboard.png)
![](file:///C:/Users/Administrator/AppData/Local/YNote/data/qqD9B7C2ADA47CB660E79E6F12EEFB238E/6a4dc9e3d46348af86e9116aac316d1e/clipboard.png)
![](file:///C:/Users/Administrator/AppData/Local/YNote/data/qqD9B7C2ADA47CB660E79E6F12EEFB238E/6a4dc9e3d46348af86e9116aac316d1e/clipboard.png)
![](file:///C:/Users/Administrator/AppData/Local/YNote/data/qqD9B7C2ADA47CB660E79E6F12EEFB238E/6a4dc9e3d46348af86e9116aac316d1e/clipboard.png)
![](http://www.bkjia.com/uploads/allimg/150709/163SR0Y-0.png)
For the thinkphp open source framework, it is a structure based on model/controller/view
V (View): The view receives information from user operations and returns it to the corresponding controller or method.
C (controller): The controller calls the corresponding model or method
M (Model): The template returns to the controller after processing the data, and the view receives the data from the controller for rendering.
Model M and view V are separated,
The model processes data logic, while the view is only an object rendered by the view
http://www.bkjia.com/PHPjc/1028695.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1028695.htmlTechArticleThinkPHP BASE, thinkphpbase is a model/controller/view-based structure V(View ): The view receives information from user operations and returns it to the corresponding control...