Home > Article > Backend Development > How to learn thinkPHP source code
thinkHow to learn PHP source code
thinkHow to learn PHP source code
Start with the entry file
public/index.php
From the entry file-->routing--->distributor--->controller--->response, etc.
It is recommended to install the Xdebug artifact to track breakpoints and view the code. Debugging is very convenient
Let’s start with the official documents. TP is very suitable for Chinese people’s thinking. It’s very simple. Read more, do more, come on