It looks like these are both comparable packages for doing PHP development in Eclipse - what are their relative advantages and disadvantages?
Asked
Active
Viewed 4,310 times
5
-
http://www.google.com/search?q=PHPEclipse+vs+PDT – hsz May 10 '11 at 08:14
-
1As everything is relative, both have as well relative advantages and disadvantages to each other. You should probably ask for something you want to learn about and write what is important for you to have in a IDE. – hakre May 10 '11 at 08:25
-
1Thanks @hsz, that exact search led me here. – Mark Jul 24 '13 at 00:29
2 Answers
4
This blog post has a lot of info comparing the two, although it's obviously biased towards PHPEclipse.
The author notes that the history of the two, with PHPEclipse having a longer history than PDT. PHPEclipse is totally community contributed (of devs who mainly program in PHP doing Java) while PDT is developed by the Zend team.
In the comments, some people complain that PHPEclipse's main web page does it a disservice and makes it look it is no longer maintained. Others, often state they prefer PDT because of the auto-complete features.

James John McGuire 'Jahmic'
- 11,728
- 11
- 67
- 78
2
According to the chart on the PHPEclipse Website's Wiki, the main difference apparently is that PDT uses Zend Debugger while PHPEclipse features DBG.

mastazi
- 1,623
- 26
- 41