Brothers in Arms new version of ThinkPHP video tutorial 1.ThinkPHP 3.1.2 introduction and installation, thinkphp1.thinkphp_PHP tutorial

WBOY
Release: 2016-07-12 09:03:56
Original
1388 people have browsed it

Brothers’ new version of ThinkPHP video tutorial 1.ThinkPHP 3.1.2 introduction and installation, thinkphp1.thinkphp

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

true

http: //www.bkjia.com/PHPjc/1077132.htmlTechArticleBrothers new version of ThinkPHP video tutorial 1. ThinkPHP 3.1.2 introduction and installation, thinkphp1.thinkphp teacher is so good to us Gifts should not be wasted^_^ Note them on the blog for future reference...
Related labels:
mov
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!