Home > Article > Backend Development > Detailed introduction to thinkphp5 framework
This course is divided into 10 modules, from configuration file format (php/ini/json/xml) to scene configuration, module configuration, extended configuration, independent configuration, dynamic configuration, custom configuration loading, environment variable variables, panorama Showing a colorful ThinkPHP5 configuration world~~. Please open the picture to a new webpage to view it for better effect. Or download it to view locally. This picture is made by xmind mind map. There is xmind source file download at the bottom. It will be better to open it with xmind software. 1. Mind map: 2. File description: ThinkPHP5 framework configuration 1 Configuration directory 1.1 Default configuration directory 1.1.1 Application configuration: application directory 1.1.2 Module configuration: application/module directory 1.2 Custom configuration directory 1.2.1 Entry file :define('CONF_PATH', __DIR__.'/../config/');1.2.2 Define the user-defined configuration file directory and the application directory at the same level 1.2.3 The application configuration file includes three: config.p
Introduction: This course is divided into 10 modules, from configuration file format (php/ini/json/xml) to scene configuration, module configuration, extended configuration, independent configuration, dynamic configuration, and customization Configuration loading, environment variables, and a panoramic view of a colorful ThinkPHP5 configuration world~~
2. Illustration of ThinkPHP5 framework (3): Configuration class Config.php source code interpretation
Introduction: The configuration of ThinkPHP5 will affect the entire application life cycle. During the teaching, I found that many students I think it's enough if I can use it, but I don't want to look at the source code. This view is wrong. If you want to quickly improve your framework development level, reading the source code is the fastest way. In fact, the source code is not as obscure as everyone imagines. Starting from this lesson, I will take everyone together to slowly and quickly go through the source code of the main classes of ThinkPHP5. I believe that after finishing learning, you will feel like: [Wow, that’s it~~]!
Introduction: Based on the latest ThinkPHP5.0.8, the original work is xmind mind map production. If you feel that the picture is not clear, you can download the xmind source file and open it with xmind software.
4. Illustration of ThinkPHP5 framework (2): Application running process and life cycle
Introduction: One picture allows you to fully understand the ThinkPHP5 framework. It is summarized and organized during teaching, covering almost all knowledge points. Please feel free to add it to your collection.
5. php framework-How does thinkphp5 connect to SQL server2012?
Introduction: 1. I am using xampp on this machine, and the PHP framework is thinkphp5. Now because of the need, I need to develop on the sqlserver database. I want to pass thinkphp develops an application using sqlserver. 2. The main problem is using the thinkphp5 framework to connect to the local sqlserver...
6. Server - thinkPHP5 is deployed to a virtual host and cannot load the boot file?
Introduction: 1. Place the thinkPHP5 framework code on the virtual host. It cannot be accessed and prompts that the boot file cannot be loaded. 2. Screenshot of the situation: Picture description 3. I refer to https://www.kancloud.cn/manua... After placing the entry file in the root directory of the website, why can't I boot thinkphp5? ...
Introduction: Website The thinkphp5 framework is used. The server is built with wdcp and then uploads the public files to the /website/public_html directory. Other inaccessible framework files are placed in the /website/ directory. But when php requires some classes in the /website/ directory , he will prompt Fail...
[Related Q&A recommendations]:
How does the Thinkphp5 framework integrate the Propel framework?
php framework - How does thinkphp5 connect to SQL server2012?
server - thinkPHP5 is deployed to the virtual host and the boot file cannot be loaded. ?
The above is the detailed content of Detailed introduction to thinkphp5 framework. For more information, please follow other related articles on the PHP Chinese website!