The teacher gave us such a good gift, so we can’t waste it^_^ Post it on the blog for easy reference later
#
# ThinkPHP 3 introduction and installation
#
Lecturer: Zhao Tongzheng
Weibo: http://weibo.com/zhaotongzheng
Outline of this lesson:
1. Introduction to ThinkPHP //Understand
MVC
Work: Responsible for data operation
V-View View (template) Work: Responsible for front-end page display
C-Controller control Device (module) Work: Description function
Framework
2. Obtaining ThinkPHP //Understanding
http://www.thinkphp.cn
3. Introduction to ThinkPHP core files //Understanding
├─ThinkPHP.php Framework entry file
├─Common framework public file
├─Conf framework configuration file
├─Extend framework extension directory
├─Lang core language package directory
├─ Lib core class library directory
│ ├─Behavior core behavior class library
│ ├─Core core base class library
│ ├─Driver built-in driver
│ │ ├─Cache built-in cache driver
│ │ ├─Db built-in database driver
│ │ ├─TagLib built-in tag driver
│ │ └─Template built-in template engine driver
│ └─Template built-in template engine
└─Tpl system template directory
Four. Experimental environment construction //Understanding
Five. Project construction //Key points
#Project directory structure and description:
Home front-end application folder
├─Common project public file directory
├─Conf project configuration directory
├─Lang project language directory
├─Lib project class library directory
│Action Action class library directory
│ Be havior behavior library directory │ ├─Logs log file directory
│Temp temporary cache directory
└─Tpl project template directory
6. Supplementary knowledge >
http://www.bkjia.com/PHPjc/1077132.html
www.bkjia.com