ThinkPHP, thinkphp official website_PHP tutorial

WBOY
Release: 2016-07-13 10:00:14
Original
1425 people have browsed it

ThinkPHP, thinkphp official website

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:

ThinkPHP, thinkphp official website_PHP tutorial1 <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

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/975064.htmlTechArticleThinkPHP, thinkphp official website ThinkPHP ThinkPHP is a fast and simple lightweight PHP development framework based on MVC and object-oriented , released in compliance with the Apache2 open source license, it has been adhered to since its birth...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template