Home > Article > Backend Development > 50 Very Useful PHP Tools, 50 Useful PHP Tools_PHP Tutorial
DREAMWEAVER
==================
Starting from MX, DW begins to support visual development of PHP+MYSQL, which is really suitable for beginners A good choice, because if it is general development, you can almost write a program without writing a line of code, and what you see is what you get.
Features included include syntax highlighting, function completion, formal parameter prompts, etc.
However, the code generated by DW is relatively complex and its security is average. In terms of handwriting, the convenience is average, and the performance in the debugging environment is unsatisfactory. Not suitable for more complex programming. But it’s perfect for beginners.
======================
ZEND DEVELOPMENT ENVIORMENT
============== =========
ZEND, which is closest to PHP, launched a PHP IDE, ZEND DEVELOPMENT ENVIORMENT. The latest version is 2.6, which is the only PHP integrated development and debugging environment under LINUX. Of course, it also has a WINDOWS version.
Unlike other IDEs, ZDE is written in JAVA~~ This not only means multi-platform, but also means very slow speed and a strange user interface. Especially its startup speed of nearly half a minute is unbearable~~
ZDE provides the most complete functions, and can be seamlessly integrated with ZEND and other PHP development tools. It has become a powerful PHP development environment, and ZDE's debugging environment is built in ZDE's own program, unlike other IDEs, which are implemented through PHP DEBUGER.
Includes features: syntax highlighting, complete function completion and help (but only for PHP built-in functions, not valid for custom functions), project management, and ZDE’s unique PHP code organization, PHP.ini Visual editing and nested marking, using the latter is very convenient when viewing complex program structures. You don’t have to count the dense {} numbers ~ The DEBUG functions provided by
include breakpoints, stack, watches, variables, output buffers, and all the necessary tracking methods.
The main disadvantages are: 1. Slow speed~~ 2. Not very convenient to use.
====================
PHPED
================== =
PHPED launched by NUSPHERE, a company that has been engaged in PHP development for a long time, the latest version is 3.12.
PHPED has the best overall performance, starts very quickly, and provides the most functions. Syntax highlighting, function completion, project management, code templates, automatic code completion, visual database management, built-in DAV, CVS, FTP, WEBSERVER, DEBUGGER, and JS code list, common HTML tag set, and PHPED also supports plug-ins technology.
The installation version also comes with PHP and MYSQL manuals (in English). It is worth mentioning the debugging function of PHPED. Although ZDE has all its debugging functions, PHPED is more convenient. For example, you can directly see the value of the variable by placing the mouse on the variable during debugging, and the distribution of the debugging window is more detailed and It is reasonable and supports external script debugging. Although ZED can also be implemented, it is a bit more troublesome to set up.
PHPED’s script structure function is similar to that of ZDE ~ but it is better in terms of classes, down to class elements.
But the shortcoming of PHPED is also very terrible, that is, its support for Chinese is very poor~~it will even display abnormally when selecting. Another reminder is that when debugging, variable values can be displayed in Chinese by setting the language in DEBUGGER and changing the language to GB~~ Otherwise, variable values containing Chinese cannot be displayed normally~
== ==============
PHP EXPERT EDITOR
================
PHP EXPERT EDITOR Newer The version is 3.0. The more distinctive functions include: PHP syntax check, program segment bookmarks, macro functions, code templates, built-in WEB SERVER, DEBUGGER.
PEE in code structure analysis...the rest of the text>>
Starting from MX, DW began to support visual development of PHP+MYSQL. It is indeed a better choice for beginners, because if it is general development, you can almost write a program without writing a line of code, and all What you see is what you get.
Features included include syntax highlighting, function completion, formal parameter prompts, etc.
However, the code generated by DW is relatively complex and its security is average. In terms of handwriting, the convenience is average, and the performance in the debugging environment is unsatisfactory. Not suitable for more complex programming. But it’s perfect for beginners.
======================
ZEND DEVELOPMENT ENVIORMENT
================ ======
ZEND, a PHP IDE launched by ZEND which is closest to PHP, is ZEND DEVELOPMENT ENVIORMENT. The latest version is 2.6, which is the only integrated development and debugging environment for PHP under LINUX. Of course, it also has a WINDOWS version.
Unlike other IDEs, ZDE is written in JAVA~~ This not only means multi-platform, but also means very slow speed and a strange user interface. Especially its startup speed of nearly half a minute is unbearable~~
ZDE provides the most complete functions, and can be seamlessly integrated with ZEND and other PHP development tools. It has become a powerful PHP development environment, and ZDE's debugging environment is built in ZDE's own program, unlike other IDEs, which are implemented through PHP DEBUGER.
Includes features: syntax highlighting, complete function completion and help (but only for PHP built-in functions, not valid for custom functions), project management, and ZDE’s unique PHP code organization, PHP.ini Visual editing and nested marking, using the latter is very convenient when viewing complex program structures. You don’t have to count the dense {} numbers~
The DEBUG functions provided include breakpoints, stack, watches, variables, and output buffer, and all possible tracking methods.
The main disadvantages are: 1. Slow speed~~ 2. Not very convenient to use.
====================PHPED======================
Have been engaged in PHP development for a long time PHPED launched by NUSPHERE, the latest version is 3.12.
PHPED has the best overall performance, starts very quickly, and provides the most functions. Syntax highlighting, function completion, project management, code templates, automatic code completion, visual database management, built-in DAV, CVS, FTP, WEBSERVER, DEBUGGER, and JS code list, common HTML tag set, and PHPED also supports plug-ins technology.
The installation version also comes with PHP and MYSQL manuals (in English). It is worth mentioning the debugging function of PHPED. Although ZDE has all its debugging functions, PHPED is more convenient. For example, you can directly see the value of the variable by placing the mouse on the variable during debugging, and the distribution of the debugging window is more detailed and It is reasonable and supports external script debugging. Although ZED can also be implemented, it is a bit more troublesome to set up.
PHPED’s script structure function is similar to that of ZDE ~ but it is better in terms of classes, down to class elements.
But the shortcoming of PHPED is also very terrible, that is, its support for Chinese is very poor~~even the display will be abnormal when selecting. Another reminder is that when debugging, the Chinese display of variable values can be done by changing the language to GB through the settings in DEBUGGER~~ Otherwise, the variable values containing Chinese cannot be displayed normally~
===== ===========
PHP EXPERT EDITOR
================
PHP EXPERT EDITOR The newer version is 3.0, compare Distinctive functions include: PHP syntax check, program segment bookmarks, macro functions, code templates, and built-in WEB SERVER and DEBUGGER.
One of the features of PEE in code structure analysis is that you can see the location of each variable, which is very convenient if you want to track it.
In general, P...the rest of the text>>