PHP Common development tool Analysis _php Tutorial

Source: Internet
Author: User
Tags mysql manual php development environment

Because PHP is an open language, it also leads to a lack of strong and authoritative support for the development environment. Here are some of the better editing tools, I hope to give you to develop PHP programs to provide some help.

Dreamweaver

Starting with MX, DW has started to support Php+mysql's visual development, which is a good choice for beginners, because if you are a general developer, you can write a program almost without writing a single line of code, and all you see is what you gain.

Included features include syntax highlighting, function completion, formal parameter hints, and so on.

However, the code generated by DW is more complex and security is common. In handwriting, the convenience of general, in the debugging environment performance is not satisfactory. Less suitable for more complicated programming. But it's better for beginners.

Zend Development Enviorment

and PHP by the recent Zend launch of a PHP ide,zend development enviorment. The latest version is 2.6, which is the only PHP integrated development debugging environment under Linux, and of course it has a version of Windows.

Unlike other Ides, Zde is written in Java ~ ~ This means not only multi-platform, but also a very slow speed, and a bit more strange use of the interface. In particular, it will be nearly half a minute of the start-up speed, people unbearable!!!!!

Zde offers the most complete functionality, and can be seamlessly combined with zend other PHP development tools. Become a set of powerful PHP development environment, and ZDE debugging environment is built in Zde own program, and not like other Ides, is through the PHP Debuger to achieve.

Contains features: syntax highlighting, complete function completion and help (but only for PHP built-in functions, invalid for custom functions), engineering management, and Zde unique PHP code collation, php.ini visual editing and nesting indicators, using the latter in the view program structure is very convenient, not to count the dense {} number ~

The debug features provided include Breakpoints,stack,watches,variables,output buffer, and all of the tracking methods that are available.

The main shortcomings are: 1, slow ~~2, use is not very convenient.

phped

Nusphere, a long-time developer of PHP, launched the phped, the latest version is 3.12.

Phped's comprehensive performance is the best, the start-up speed is very fast, provide 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 lists, common HTML tag sets, plus phped support for plug-in technology.

The installation version paid has a php,mysql manual (in English). It is worth mentioning is phped debugging function, although Zde has its debugging functions, but phped more convenient, such as debugging when the mouse on the variable can be directly see the value of the variable, and debug the distribution of the window is more detailed and reasonable, and support external script debugging, Zed Although can also be achieved, But it's a little bit trickier to set up.

The scripting structure of phped is similar to Zde, but it's better for classes, and it's fine for class elements.

But Phped's shortcomings are also very deadly, that is, its support for Chinese is very poor ~ ~ Even when selected will show abnormal. Another thing to remind is that the value of the variables in the debugging of the Chinese display can be in the debugger inside the settings, the language will be converted to GB can be ~ ~ Otherwise the value of the variable containing Chinese is not normal display ~

PHP Expert Editor

The newer version of the PHP expert Editor is 3.0, with features such as PHP syntax checking, program section bookmarks, macro functions, code templates, and built-in web Server,debugger.

Pee in the code structure analysis has a feature is that you can see each variable occurrence position, if you want to track is more convenient.

In general, Pee is a half-tone editing environment, which is not very convenient in terms of complement.

Finally, we will introduce two small programs

Phpprocessor, a PHP code optimization and Protection program, you can reduce the php file size by removing the comment enter, and so on, change the variable name to obscure new name to reduce the program readability protection program. Built-in FTP tools, perfect backup measures, charges, 15 days free of charge, there are functional limitations. If you just want to reduce the size of PHP code, there is another free choice htmlshrinkerlight, but the effect is not as good as this.

Because PHP is an open language, it also leads to a lack of strong and authoritative support for the development environment. Here are some of the better editing tools, I hope to give you to develop PHP programs to provide some help.

Dreamweaver

Starting with MX, DW has started to support Php+mysql's visual development, which is a good choice for beginners, because if you are a general developer, you can write a program almost without writing a single line of code, and all you see is what you gain.

Included features include syntax highlighting, function completion, formal parameter hints, and so on.

However, the code generated by DW is more complex and security is common. In handwriting, the convenience of general, in the debugging environment performance is not satisfactory. Less suitable for more complicated programming. But it's better for beginners.

Zend Development Enviorment

and PHP by the recent Zend launch of a PHP ide,zend development enviorment. The latest version is 2.6, which is the only PHP integrated development debugging environment under Linux, and of course it has a version of Windows.

Unlike other Ides, Zde is written in Java ~ ~ This means not only multi-platform, but also a very slow speed, and a bit more strange use of the interface. In particular, it will be nearly half a minute of the start-up speed, people unbearable!!!!!

Zde offers the most complete functionality, and can be seamlessly combined with zend other PHP development tools. Become a set of powerful PHP development environment, and ZDE debugging environment is built in Zde own program, and not like other Ides, is through the PHP Debuger to achieve.

Contains features: syntax highlighting, complete function completion and help (but only for PHP built-in functions, invalid for custom functions), engineering management, and Zde unique PHP code collation, php.ini visual editing and nesting indicators, using the latter in the view program structure is very convenient, not to count the dense {} number ~

The debug features provided include Breakpoints,stack,watches,variables,output buffer, and all of the tracking methods that are available.

The main shortcomings are: 1, slow ~~2, use is not very convenient.

phped

Nusphere, a long-time developer of PHP, launched the phped, the latest version is 3.12.

Phped's comprehensive performance is the best, the start-up speed is very fast, provide 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 lists, common HTML tag sets, plus phped support for plug-in technology.

The installation version paid has a php,mysql manual (in English). It is worth mentioning is phped debugging function, although Zde has its debugging functions, but phped more convenient, such as debugging when the mouse on the variable can be directly see the value of the variable, and debug the distribution of the window is more detailed and reasonable, and support external script debugging, Zed Although can also be achieved, But it's a little bit trickier to set up.

The scripting structure of phped is similar to Zde, but it's better for classes, and it's fine for class elements.

But Phped's shortcomings are also very deadly, that is, its support for Chinese is very poor ~ ~ Even when selected will show abnormal. Another thing to remind is that the value of the variables in the debugging of the Chinese display can be in the debugger inside the settings, the language will be converted to GB can be ~ ~ Otherwise the value of the variable containing Chinese is not normal display ~

PHP Expert Editor

The newer version of the PHP expert Editor is 3.0, with features such as PHP syntax checking, program section bookmarks, macro functions, code templates, and built-in web Server,debugger.

Pee in the code structure analysis has a feature is that you can see each variable occurrence position, if you want to track is more convenient.

In general, Pee is a half-tone editing environment, which is not very convenient in terms of complement.

Finally, we will introduce two small programs

Phpprocessor, a PHP code optimization and Protection program, you can reduce the php file size by removing the comment enter, and so on, change the variable name to obscure new name to reduce the program readability protection program. Built-in FTP tools, perfect backup measures, charges, 15 days free of charge, there are functional limitations. If you just want to reduce the size of PHP code, there is another free choice htmlshrinkerlight, but the effect is not as good as this.

PHP cb-de Vel, a program that enhances the readability of the PHP code structure. Very useful, if it is used Zde words do not have to ~ ~ Free, the speed is also good.

Tools introduced so much, in fact, programming this thing, the tool is only auxiliary, the main or to see themselves, many programmers are using editplus, or even Notepad, to write out a lot of great programs. So, instead of waiting for a perfect editing tool, it's better to read a little more books.

http://www.bkjia.com/PHPjc/531676.html www.bkjia.com true http://www.bkjia.com/PHPjc/531676.html techarticle because PHP is an open language, it also leads to a lack of strong and authoritative support for the development environment. Here are some of the better editing tools, I hope to give you the development of PHP program to provide a ...

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.