What’s a good PHP IDE for ubuntu jaunty that has built in testing for my scripts?

Question by Python: What’s a good PHP IDE for ubuntu jaunty that has built in testing for my scripts?
Preferably all the basic features (code completion, syntax highlighting, etc) and that will test my scripts and show me the web page output without me having to configure apache and all (it’s just time consuming for me, that’s all) Thanks in advance!

Best answer:

Answer by Josh
IBM Developerworks has an article covering various IDEs for PHP development. If you want a free software IDE there are a couple of Eclipse-based solutions, including PHPEclipse:
http://www.phpeclipse.com/

You may find that it takes a litle time to get used to using Eclipse if you have not already used it in the past. There is also Zend Studio from the creators of PHP: http://www.zend.com/products/studio/

Know better? Leave your own answer in the comments!

Get the book now