PHP, "Hypertext Preprocessor", is a general open source scripting language. PHP is a scripting language executed on the server side. It is similar to C language and is a commonly used website programming language. PHP's unique syntax mixes C, Java, Perl, and PHP's own syntax. It is conducive to learning and widely used. It is mainly suitable for the field of web development.
#What programming tools do you use for php?
Adobe Dreamweaver, EditPlus, and Zend Studio are all great tools. For lightweight use, use EditPlus, for front-end design, use Dreamweaver, and for program development, use Zend Studio!
An integrated development environment is an integrated development environment that integrates the main tools required in the software development process. Its functions include but are not limited to code highlighting, code completion, debugging, building, version control, etc.
Some common PHP IDEs are as follows:
Zend Studio: Commercial version, officially produced by Zend, based on eclipse
Eclipse with PDT: Free
Coda: Commercial version, for Mac users
NetBeans: Free, powerful
PHPStorm: Commercial version
Aptana Studio: Free
PhpEd: Commercial version
Komodo IDE/Edit: IDE is a commercial version, Edit is free to use
Adobe Dreamweaver: Commercial version
Except for the integrated development environment, a common text editor with code highlighting function Because of its lightness and flexibility, it is often chosen as a development tool, such as: Notepad, Editplus, SublimeText, Everedit (developed by Chinese), etc.
For more PHP development tool downloads, please visit the PHP Tool Download column to download!
The above is the detailed content of What programming tools do you use for php?. For more information, please follow other related articles on the PHP Chinese website!