Home  >  Article  >  Backend Development  >  PHP study notes (1)_PHP tutorial

PHP study notes (1)_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 10:34:56813browse

Running environment: phpstudy

It basically includes everything needed to run php applications, php, apache, mysql, one-click installation for fools

After installation, you only need to configure the virtual host and modify the host file to support multiple sites

Download: http://www.phpstudy.net/

Development tools: PhpStorm

An easy-to-use IDE with powerful functions and a good appearance. It comes with various version control tools (IDEA is more useful than eclipse)

After installation, configure the php interpreter in the menu File > Default Settings > PHP, so that you can run the php file directly in the IDE

Download: http://www.jetbrains.com/phpstorm/

Other PHP extensions:

http://pecl.php.net/packages.php Here you can download commonly used PHP extensions, including Memcache client, etc.

In this way, the development environment was set up with almost no effort

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/747727.htmlTechArticleOperating environment: phpstudy It basically includes everything needed to run php applications, php, apache, mysql, one-click fool installation After installation, you only need to configure the virtual host and modify the host file...
Statement:
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