Home > Article > Backend Development > PHP development tools for beginners
This article is mainly a set of very easy-to-use development tools for PHP beginners. Interested friends can refer to it.
In fact, there are many PHP development tools that can be searched on the website. For beginners, there are too many choices and they don’t know how to choose.
PHP development tools actually include the following two:
PHP server components.
PHP IDE (Integrated Development Environment, integrated development environment).
MySql Management Tool
Text Editor
PHP Server Component
There are many PHP server components including WampServer, XAMPP, AppServ, phpStudy, phpnow, etc.
Recommended tutorials for rookies: WampServer, which is currently the most widely used on the window platform, and the operation is also very simple. WampServer also integrates the PhpMyAdmin database management tool.
Download address: http://www.wampserver.com/en/#download-wrapper
PHP IDE (Integrated Development Environment, integrated development environment)
There are many PHP IDEs including Zend Studio, Eclipse for PHP, EasyEclipse, etc.
Novice tutorial recommendation: easyeclipse for php
Download address: http://www.easyeclipse.org/site/distributions/php.html
MySql Management Tools
Commonly used MySql management tools are: Navicat for Mysql, PhpMyAdmin.
Recommended tutorials for rookies: Navicat for Mysql, Navicat for MySQL is a set of powerful database management and development tools designed specifically for MySQL. It can be used with any MySQL database server 3.21 or above, and supports most of the functions of the latest version of MySQL, including triggers, stored procedures, functions, events, retrieval, permission management, etc.
Download address: http://www.navicat.com.cn/download/navicat-for-mysql
Text Editor
If Now that you are proficient in PHP syntax, you can gradually abandon those cumbersome IDEs and use a text editor to write PHP code.
Commonly used editors include: Notepad++, editplus, ultraedit, etc.
Recommended tutorial for novices: Notepad++
Download address:http://notepad-plus-plus.org/download/
Related recommendations:
The download addresses of 12 PHP development tools, conscientious recommendations
Which PHP development tool is better?
##
The above is the detailed content of PHP development tools for beginners. For more information, please follow other related articles on the PHP Chinese website!