Home > Article > PHP Framework > How to use thinkphp
How to use thinkphp?
First we go to Baidu to search the official website of thinkphp. Remember not to use one that has been modified by yourself, it is not safe.
Recommended learning: thinkphp tutorial
We click download to enter the page. We choose version 3.23 this time because this version is relatively stable. .
After downloading, we will unzip the file and paste it into the project we created.
Then we run the file in the corresponding path. If the interface in the picture appears, it proves that it has been successful and development can continue.
If an exception occurs, please check the server configuration. For example, the PHP version is less than 5.3 or the server does not have folder permissions enabled.
The above is the detailed content of How to use thinkphp. For more information, please follow other related articles on the PHP Chinese website!