ThinkPHP,thinkphp官网_PHP教程

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

ThinkPHP,thinkphp官网

ThinkPHP

ThinkPHP是一个快速、简单的基于MVC和面向对象的轻量级PHP开发框架,遵循Apache2开源协议发布,从诞生以来一直秉承简洁实用的设计原则,在保持出色的性能和至简的代码的同时,尤其注重开发体验和易用性,并且拥有众多的原创功能和特性,为WEB应用开发提供了强有力的支持。

 

本地部署

一、安装并配置集成开发环境WAMPServer(集成了Apache、PHP和MySQL的开发套件,而且支持多个PHP版本、MySQL版本和Apache版本的切换)。

二、从Github(https://github.com/liu21st/thinkphp/downloads)获取ThinkPHP代码,当下的最新版本为3.2.3。将其解压后目录如下:

 

ThinkPHP,thinkphp官网_PHP教程1 Directory "E:/TPWeb/"> 2 Options Indexes FollowSymLinks 3 AllowOverride all 4 Require local 5 Directory>

 

重启Apache,看到笑脸。

 

至此,首战告捷!

 

参考资料:

    ThinkPHP3.1快速入门(1)基础

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/975064.htmlTechArticleThinkPHP,thinkphp官网 ThinkPHP ThinkPHP是一个快速、简单的基于MVC和面向对象的轻量级PHP开发框架,遵循Apache2开源协议发布,从诞生以来一直秉...
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!