Domain: phpeclipse.de
Stories and comments across the archive that link to phpeclipse.de.
Comments · 9
-
Re:It's a trap ?
There is an excellent IDE for PHP. It's called PHP Eclipse, which is a plug in for Eclipse.
-
Re:What a coincidence
Hmm... well, the main advantage of LAMP is that the various pieces Linux, Apache, MySQL, and PHP work really really well with each other. On the development tools side, there isn't anything free that matches Visual Studio in sheer development speed (I use vim myself), but I've heard good things about PHP Eclipse. On the database side, PHPMyAdmin beats everything else I've ever used, open source and commercial. If you're really interested in rapid development and programming ease, I'd suggest looking into Ruby on Rails.
However, the real wealth of tools come in the form of the applications that are built on top of the LAMP stack, including blogging tools and Content Management Systems which make creating and maintaining a website infinitely easier.
-
Re:SVN
If you're doing PHP and considering either CVS or SVN I'd recommend :
CVS integration is built into the Eclipse platform. If you're going to use Subversion integrate in Eclipse with Subclipse.
When I'm working on a project where I have NO IS&T to support me I set up my own Subversion server on an Apache box (usually my own machine) download Eclipse, point it to the update sites for all the above and it's off to the races!
-
Suggestions
Subversion for source control. (The Eclipse development platform has plugins for PHP and Subversion.)
There are tons of good bug trackers out there. I like Mantis. -
Re:Debugger
Try phpeclipse which works within the Eclipse IDE. for info check here http://www.phpeclipse.de/tiki-view_articles.php/
-
Re:IMHO, I don't think this means much.
What's wrong with phpeclipse ? It's based on the excellent eclipse webtools project.
Seems to do everything I'd expect a PHP IDE to do.
I've even used it on the natively compiled eclipse that comes with fedora core 4
-
Re:Plugins
Here is the free plugin I use:
http://phpeclipse.de/ -
Re:It looks good
There's a PHP development plugin for eclipse that looks pretty good: http://phpeclipse.de/
-
Re:It's Visual Studio, not the languages!
Alright PHP guys, can you give us that?
I bet PHPEclipse would be useful.