Home Backend Development PHP Tutorial php的IDE(集成开发环境)选用指南[五]

php的IDE(集成开发环境)选用指南[五]

Jun 13, 2016 am 11:00 AM
ide nbsp netbeans php

php的IDE(集成开发环境)选用指南[5]

需要说明的是,我们这里所讲的IDE,必须支持语法检查,与单步调试的。否则我们不作为PHP的IDE。所以,象dreamweaver这类软件,根本就不能算是php的ide.

软件名称:Nusphere PhpED
开发语言: vc++
软件网址:http://www.nusphere.com/
商业/开源:?????? 商业
功能清单:???????????????????????????????
语法高亮:????????????????????????? 有
智能提示与自动完成:??????????????? 有
语法检查,(PHP,JS,CSS,HTML)??? 有
数据库操作:??????????????????????? 无
SQL查询生成:??????????????????????? 无
集成WEB预览:?????????????????????? 有
错误检查:????????????????????????? 无
类函数与变量清单树形显示:????????? 有
函数参数提示:????????????????????? 有
括号匹配:????????????????????????? 有
集成xdebug调试:??????????????????? 有
调试断点支持:????????????????????? 有
Todo管理:????????????????????????? 无
代码美化:????????????????????????? 无
文档化支持:??????????????????????? 无
语法块插入:??????????????????????? 无
代码库支持:??????????????????????? 无
单元测试:????????????????????????? 无
集成帮助文档:????????????????????? 有
中文支持:????????????????????????? 有
IDE中文乱码:?????????????????????? 无
集成FTP:?????????????????????????? 克
集成SVN:?????????????????????????? 无
集成CVS:?????????????????????????? 无
跨平台:??????????????????????????? 无

总评:这是一个不错的IDE,但代码美化,以及PHP文档支持是其最重的要缺陷。更没有象语法块插入,代码库支持这样的功能。缺少这些增强快捷的功能。


软件名称:Komodo IDE
开发语言: vc++
软件网址:http://www.activestate.com/Products/Komodo/
商业/开源:?????? 商业
功能清单:???????????????????????????????
语法高亮:????????????????????????? 有
智能提示与自动完成:??????????????? 有
语法检查,(PHP,JS,CSS,HTML)??? 有
数据库操作:??????????????????????? 无
SQL查询生成:??????????????????????? 无
集成WEB预览(HTML所见即所得编辑): 无
错误检查:????????????????????????? 无
类函数与变量清单树形显示:????????? 无
函数参数提示:????????????????????? 有
括号匹配:????????????????????????? 有
集成xdebug调试:??????????????????? 有
调试断点支持:????????????????????? 有
Todo管理:????????????????????????? 无
代码美化:????????????????????????? 无
文档化支持:??????????????????????? 无
语法块插入:??????????????????????? 无
代码库支持:??????????????????????? 无
单元测试:????????????????????????? 无
集成帮助文档:????????????????????? 无
中文支持:????????????????????????? 有
IDE中文乱码:?????????????????????? 无
集成FTP:?????????????????????????? 无
集成SVN:?????????????????????????? 无
集成CVS:?????????????????????????? 无
跨平台:??????????????????????????? 无

总评:Komodo在商业软件中并不是最强的。它的调试功能最简单的做法,就是直接把php_xdebug.dll加到的它的软件包中。
试想,一个没有类函数与变量清单树形显示的开发环境,开发人员操作代码极不方便,并对代码了解很少。
所以,选用它的人就相当少了。加上的免费的Dev-php的冲击。就无法争夺PHP这一块市场了。


工欲善其事,必先利其器。选择一个好的IDE,对开发的帮助是相当大的。就目前,MVC方式下,PHP行业没有好的能象VISUAL STUDIO那样对视图文件能预览的IDE。

当然,现在还真有在VS上的插件,让你能在VS上开发。网址是:http://www.jcxsoftware.com/


可以看出,在WINDOWS环境中,首选的还是PhpDesinger,当然,如果要先免费的,直接就选: PDT,或Dev-Php. LINUX,直接就是PDT了。

相信以后会有更好的PHP开发环境。目前已有人用PHP开发PHP的IDE了。网址是:
http://sourceforge.net/projects/php-eddi-dev/

而PHP的GTK,现在也有 http://sourceforge.net/projects/vipgi/ 这样好的IDE,开发一个好的PHPIDE应当好办多了。

再说,如果仅争对WINDOWS,除了以上的php-gtk,或vipgi还有WinBinder,它就象C++ API与MFC之间的关系。
真的希望有的一个PHP开发的PHP IDE。

这里,并不是完全的结论,(对了,eclipse插件系列中,还有一个easy php什么的,这一系列前面都介绍了三个,官方的ZS,PDT,这都是主流,所以,这些也就不再多讲了。)因为,我对PHP IDE了解相当少。如果你认为,我漏掉了某一个好的IDE,请你告诉我。
但有一个要求:即时语法错误提示,单步调试,这两点必不可少。否则,我不认为它是PHP的IDE。充其量是一个编辑器。所以,对于编辑器类的,这里一概也没有介绍。

1 楼 gml520 2011-01-26  
NetBeans 的 PHP开发插件也是非常不错的。

2 楼 hxangel 2011-03-01  
eclipse算不算呢?

3 楼 honlin 2011-03-03  
强烈推荐PhpStorm,喜欢用IDEA的人肯定会爱不释手。

4 楼 leero 2011-04-18  
honlin 写道
强烈推荐PhpStorm,喜欢用IDEA的人肯定会爱不释手。


感觉IDEA太慢了,所以也不会选用phpstorm

5 楼 vb2005xu 2011-04-22  
无语 ... 这些  能和PDT相比么?? 一个都不行 好吧 ... 建议 首选 PDT1.1 其次 zendstudio7
看看我写的"PDT作为PHP程序员首选IDE的理由"
http://vb2005xu.iteye.com/blog/311078

6 楼 renzhen 2011-04-22  
gml520 写道
NetBeans 的 PHP开发插件也是非常不错的。
我一直使用NetBeans 的 PHP开发插件,外加Notepad++,有时修改单个文件使用Notepad++比netbeans方便。
NetBeans 的功能十分强大,我主要看重如下:
1.集成SVN功能,这个使用版本控制的十分方便。
2.导航功能,可以方便的看见和定位文件里的函数和成员变量,对于MVC框架开发,一个C类包含多个action方法,可以方便定位。
3.能够分离项目目录和执行目录,修改文件后自动通过复制、FTP或SFTP同步到执行目录下,因为项目执行测试会生成一些文件,如cache,上传的文件,污染项目目录。分离后就不会相互影响。
至于其他的如语法高亮,函数提示必备功能等,就不再详述了。

7 楼 tangjikey 2011-05-10  
zendstudio + notepad2 组合无敌

8 楼 caibaohua 2011-05-13  
PDT+TextMate

9 楼 karsonzhang 2011-06-28  
推荐Netbeans进行PHP开发
优点:提示全、速度快、SVN、插件丰富、调试方便、功能强大
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian Dec 24, 2024 pm 04:42 PM

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

7 PHP Functions I Regret I Didn't Know Before 7 PHP Functions I Regret I Didn't Know Before Nov 13, 2024 am 09:42 AM

If you are an experienced PHP developer, you might have the feeling that you’ve been there and done that already.You have developed a significant number of applications, debugged millions of lines of code, and tweaked a bunch of scripts to achieve op

How To Set Up Visual Studio Code (VS Code) for PHP Development How To Set Up Visual Studio Code (VS Code) for PHP Development Dec 20, 2024 am 11:31 AM

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

Explain JSON Web Tokens (JWT) and their use case in PHP APIs. Explain JSON Web Tokens (JWT) and their use case in PHP APIs. Apr 05, 2025 am 12:04 AM

JWT is an open standard based on JSON, used to securely transmit information between parties, mainly for identity authentication and information exchange. 1. JWT consists of three parts: Header, Payload and Signature. 2. The working principle of JWT includes three steps: generating JWT, verifying JWT and parsing Payload. 3. When using JWT for authentication in PHP, JWT can be generated and verified, and user role and permission information can be included in advanced usage. 4. Common errors include signature verification failure, token expiration, and payload oversized. Debugging skills include using debugging tools and logging. 5. Performance optimization and best practices include using appropriate signature algorithms, setting validity periods reasonably,

PHP Program to Count Vowels in a String PHP Program to Count Vowels in a String Feb 07, 2025 pm 12:12 PM

A string is a sequence of characters, including letters, numbers, and symbols. This tutorial will learn how to calculate the number of vowels in a given string in PHP using different methods. The vowels in English are a, e, i, o, u, and they can be uppercase or lowercase. What is a vowel? Vowels are alphabetic characters that represent a specific pronunciation. There are five vowels in English, including uppercase and lowercase: a, e, i, o, u Example 1 Input: String = "Tutorialspoint" Output: 6 explain The vowels in the string "Tutorialspoint" are u, o, i, a, o, i. There are 6 yuan in total

How do you parse and process HTML/XML in PHP? How do you parse and process HTML/XML in PHP? Feb 07, 2025 am 11:57 AM

This tutorial demonstrates how to efficiently process XML documents using PHP. XML (eXtensible Markup Language) is a versatile text-based markup language designed for both human readability and machine parsing. It's commonly used for data storage an

Explain late static binding in PHP (static::). Explain late static binding in PHP (static::). Apr 03, 2025 am 12:04 AM

Static binding (static::) implements late static binding (LSB) in PHP, allowing calling classes to be referenced in static contexts rather than defining classes. 1) The parsing process is performed at runtime, 2) Look up the call class in the inheritance relationship, 3) It may bring performance overhead.

What are PHP magic methods (__construct, __destruct, __call, __get, __set, etc.) and provide use cases? What are PHP magic methods (__construct, __destruct, __call, __get, __set, etc.) and provide use cases? Apr 03, 2025 am 12:03 AM

What are the magic methods of PHP? PHP's magic methods include: 1.\_\_construct, used to initialize objects; 2.\_\_destruct, used to clean up resources; 3.\_\_call, handle non-existent method calls; 4.\_\_get, implement dynamic attribute access; 5.\_\_set, implement dynamic attribute settings. These methods are automatically called in certain situations, improving code flexibility and efficiency.

See all articles