Thinkphp BASICS (1) and thinkphp Basics

Source: Internet
Author: User

Thinkphp BASICS (1) and thinkphp Basics

The ThinkPHP directory is as follows. Application is the meaning of the Application (our code is put here), and Public is the meaning of Public files (mainly for front-end resource files such as js css ), the ThinkPHP file is the core package of the Framework (we generally do not operate on it ). This means that the background staff should write code in the Application directory.

 

Step 2: introduce the Application subdirectory

Common is the directory of our public functions or public configurations (public functions can be called at the Controller layer). Public configurations are system configurations such as configuring an upload path, in the Controller layer, we can use the C Function C ("config") to call the constants in it (the benefit is that changing one is equivalent to changing multiple layers in the Controller layer ).

The Home directory is the main place for us to write mvc. Model View Controller. For more information about the usage, see the following section.

Runtime is our cache file, so we don't need to worry about it

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.