Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IDE for PHP development and Drupal? [closed]

Tags:

php

ide

drupal

What tools are available for developing PHP programs. I'm particularly looking for something that can hook into Drupal so you can step through code and add breakpoints. Basically, a Visual Studio for PHP would be the best. Anyone know of this? Can you guys maybe mention what you currently use (even if it's just mentioning the text editor)? What is the industry standard?

like image 946
coderama Avatar asked Aug 21 '09 10:08

coderama


2 Answers

There is an article on how to configure eclipse/pdt for drupal on drupal.org: Configuring Eclipse

You may also want to take a look at the complete list for development tools, as there are a lot of tools listed you may find helpful.

like image 96
FrankS Avatar answered Nov 04 '22 10:11

FrankS


NetBeans with XDebug.

like image 40
Joonas Pulakka Avatar answered Nov 04 '22 09:11

Joonas Pulakka