0

Possible Duplicates:
What is the best IDE for PHP ?
Any good PHP IDE, preferably free or cheap?

For the past few days I have been trying to install and run some php IDE but none of them have any information on how to configure it and test/debug the php files.

I would request everybody out there to please give me one PHP IDE that runs on WIN 7 with minimal configuration.

It needs to be free.

Community
  • 1
  • 1
Sandhurst
  • 1,170
  • 4
  • 26
  • 39
  • it not what I am actually looking here is how to configure the IDE and debug the code with any free php IDE. – Sandhurst Nov 20 '10 at 10:25
  • The above question only answers the best php IDE – Sandhurst Nov 20 '10 at 10:26
  • See also the [PHP Tag Wiki](http://stackoverflow.com/tags/php/info), [SO Search](http://stackoverflow.com/search?q=ide+php), [Wikipedia](http://en.wikipedia.org/wiki/List_of_PHP_editors) and [Google](http://www.google.com/search?q=PHP+IDE). – Gordon Nov 20 '10 at 10:34
  • For an answer on "How to configure your IDE" and "How to debug with your IDE" you should specify which IDE you are using. Since apparently, you didnt make up your mind about that yet, pick one first, then update your question. – Gordon Nov 20 '10 at 10:37

2 Answers2

0

Not sure if this is what you are looking for but I think code::blocks (who is crossplatform) can be configured to work with PHP. Also notepad++ is probably worth a look. (Maybe even Kompozer works for you (a WYSIWYG editor)).

Waxhead
  • 499
  • 3
  • 16
0

I would recommend Eclipse with PDT. Not only does it have PHP debugging features with XCode or Zend debugger, you can also add modules for various other web technologies, work with remote files (Remote System Explorer) or my favorite module, EGit/JGit. All of this is available through eclipse's update / add software manager, too.

There are too many PHP Debugging with Eclipse tutorials to list: http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=eclipse+phpdebug#sclient=psy&hl=en&q=eclipse+php+debug&aq=0&aqi=g1g-c1g2g-o1&aql=&oq=&gs_rfai=&pbx=1&fp=f355e930503f0f58

digitalfoo
  • 1,101
  • 12
  • 14