ThinkPHP
ThinkPHP is a fast and simple lightweight PHP development framework based on MVC and object-oriented. It is released under the Apache2 open source license. Since its inception, it has been adhering to simple and practical design principles while maintaining excellent performance and minimal code. At the same time, it pays special attention to development experience and ease of use, and has many original functions and features, providing strong support for WEB application development.
Local deployment
1. Install and configure the integrated development environment WAMPServer (which integrates development kits for Apache, PHP and MySQL, and supports switching between multiple PHP versions, MySQL versions and Apache versions).
2. Obtain the ThinkPHP code from Github (https://github.com/liu21st/thinkphp/downloads). The latest version is 3.2.3. After unzipping it, the directory is as follows:
1 <Directory "E:/TPWeb/"> 2 Options Indexes FollowSymLinks 3 AllowOverride all 4 Require local 5 Directory>
Restart Apache and see the smiley face.
At this point, the first battle is won!
Reference:
ThinkPHP3.1 Quick Start (1) Basics