write at the beginning, What is PHP (Shoot the yellow film)?
P -HP is an open-source, general-purpose, general-purpose scripting language that is especially suitable for web development and can be embedded in HTML (wikipedia).
From the above we can tell, what is PHP? 1, open source scripting language. 2, for network development can embed HTML use.
Advantages: Please own Baidu (address: http://baike.baidu.cn/view/99.htm)
IDE selection: Eclipse, Notepad, phpstorm,visual Studio, and more.
tool selection for building development environment
work is good, its prerequisite. Choosing the right development tools can greatly reduce the cost of learning and improve the efficiency of learning and happiness. In this blog, I choose to use a combination of phpstorm+easyphp.
Phpstorm:phpstorm is a lightweight and convenient PHP IDE designed to provide user efficiency, a deep understanding of the user's coding, smart code completion, quick navigation, and instant error checking. (detail: http://baike.baidu.cn/view/8910091.htm).
Easyphp:easyphp is a Apache+mysql+perl/php/python development package under Windows that integrates PHP, Apache, Mysql, and also integrates some of the supporting development tools, such as database management tools, phpMyAdmin and PHP Debugging Tools Xdebug, without configuration, can be run. Easyphp is developed by the French, after the integration of easyphp Apache, MySQL and PHP streamlined, running faster than the standalone installation of Apache, MySQL and PHP relatively fast and relatively stable. (Detail: http://baike.baidu.cn/view/2376281.htm)
IDE installation to build the development environment
first , download phpstorm (: http://www.jetbrains.com/phpstorm/), the installation process (a little), programmers generally do not have to tell. Ashamed, I use the cracked version, registration code please self-degree Niang or Google.
Next, download easyphp (official website: http://www.easyphp.org/: http://sourceforge.net/projects/quickeasyphp/files/EasyPHP-DevServer/ 13.1vc9/easyphp-devserver-13.1vc9-setup.exe/download), installation, I believe there is no difficulty for you.
IDE configuration to build the development environment
with easyphp, double-click to run.
Next, set the Phpstorm. 1. Open the Phpstorm and create a new project. (File->new Project) 2, see: 3, Configuring the Phpstorm Deployment Tool (Deployment)
Starting here, we configure the Phpstorm deployment tool.
Article reproduced in http://www.cnblogs.com/humin/archive/2013/06/15/3137409.html