ThinkPHP project execution process:
1. Entry file (C:\wamp64\www\tp5\public\index.php)
Function:
1) Define directory constants
2) Load the framework boot directory
2. Load the framework’s boot file (C:\wamp64\www\ tp5\thinkphp\start.php)
Function:
1) Boot the basic file
2) Run the application
3. Loading the framework Basic boot file (C:\wamp64\www\tp5\thinkphp\base.php);
Function:
1) Load system constants
2) Introduce the loader class (C:\wamp64\www\tp5\thinkphp\library\think\loader.php)
3) Introduce environment variables
4) Register automatic recording mechanism
5 ) Register exception handling mechanism (C:\wamp64\www\tp5\thinkphp\library\think\Error.php)
6) Record conventional configuration (C:\wamp64\www\tp5\thinkphp\convention. php)
4. Run the run method under the application (C:\wamp64\www\tp5\thinkphp\library\think\App.php);
1. Step 1: Load The initCommon() method in the current controller
2. Step 2: Load the init() method in the current controller
a. Load various configuration files
b. Load public files
c, load language pack
3. Step 3: Set time zone
4. Step 4: Load current controller routeCheck() method route detection
5. Step 5: Call the exec method in the controller
Perform distribution processing according to user requests
6. Step 6: Record the corresponding file module according to different request types Method
Load to the corresponding controller and corresponding method
5. Response output
All the interfaces seen by the user are loaded
Recommended tutorial :thinkphp tutorial
The above is the detailed content of Introduction to thinkphp project execution process. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SublimeText3 English version
Recommended: Win version, supports code prompts!

SublimeText3 Chinese version
Chinese version, very easy to use

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software