PHP IDE: PDT
I have become a fan of PDT, one of the 2 PHP Eclipse IDE’s (the other is PHPEclipse). I believe it is supported by Zend and they have derived Zend Studio for Eclipse from it (thus it contains many of...
View ArticleNew PHP IDE: Aptana Studio with PHP support
After PHPEclipse and PDT, a new PHP IDE based on Eclipse is available: Aptana Studio. Read more about it in Federico Cargnelutti’s post on PHP::Impact ( [str Blog] ). I’ve had a look at the screencast...
View ArticleMigrate from a text editor to an Eclipse PHP IDE
More than a year ago I got convinced by a colleague to leave my favorite text editor behind and make the switch to an IDE (Integrated Development Environment) for PHP project development. In my...
View ArticleUpgrade PDT 1.0.3 to 2.0
PHP Development Tools (PDT) for Eclipse makes me feel uncomfortable. I start to doubt myself because I cannot seem to find the intended way to upgrade to a new version. Eclipse in general is such an...
View ArticleNew PDT 2.1 available
With every new Zend Studio release (still beta) comes a new PDT version: this time based on Eclipse 3.5 Galileo. While Eclipse Galileo brings some nice new features and bug-fixes (of which many are...
View ArticleAdd Apache Ant to PDT
I’ve been looking for this for a while: how to add Apache’s build tool Ant to Eclipse when it is not available to add as a view. When you download and run the standard PDT for example, it is not...
View ArticleEclipse can’t create project from existing source
When creating a new project in eclipse and you select Create project at existing location (from existing source), you might get Cannot create project content in workspace all the time. You can try to...
View Article