vote up 0 vote down star

Hi

I am using Eclipse IDE with few plug-ins for PHP dev. I am using PHPEclipse plug-in and I know there are lotsa other plugins like EasyEclipse.But is there an IDE like Visual Studio with cool drag and drop stuff for PHP?

flag

Anyone mentioning "development" and "drag and drop" in the same sentence deserves to be downvoted - a lot. Unfortunately I can't do that yet. Fortunately, comments can't be downvoted at all. – Kim Dec 28 at 12:20

3 Answers

vote up 2 vote down check

I use APTANA.

You can get it here http://www.aptana.com/

It's my web IDE of choice.

link|flag
vote up 3 vote down

If you're on Windows you might want to take a look at the (somewhat unfortunately named) "Delphi for PHP" from CodeGear / Emabarcadero which I hear mostly good things about - at least for new development that is as it's rather closely tied to a specific framework (VCL for PHP, which is Open Source), which makes it somewhat less of an interesting option for maintaining existing projects.

link|flag
vote up 0 vote down

What do you want to drag and drop? If I'm not mistaken most dragging and dropping in Visual Studio has to do with the GUI and that is completely different from the way PHP works (rendering a web page). You might try a WYSIWYG webpage design tool like Dreamweaver (commercial) or maybe something like Nvu (free, open source). But that wont help you developing the actual php 'behind' the page.

link|flag
By drag and drop I meant almost everything.If you see VS 2008 you can literally use drag and drop to even create the database layer and lots of code behind stuff.I was thinking if there is anything that powerful as VS2008. – kjayakum Jan 8 at 3:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.