A complete tp6 request process:

index.php loads the files in composer. Then call the god class of tp6 and then call the static method run method of App to execute the "module/controller/operation", return the instance of the Respose class to execute the send method, and send the response data to the client, so that a complete request is completed up.

Guess you like

Origin blog.csdn.net/qq_58778333/article/details/132224133