vote up 0 vote down star
1

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

1  
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 '08 at 12:20
He is looking for a RAD tool like the other half of the people who have the title "programmer". What's so wrong about it? After all, RAD has real value and people do make big money selling RAD tools. – namespaceform Nov 20 at 12:03

4 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 4 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
vote up 0 vote down

Have you considered using a GUI drag-and-drop web widgets framework - TIBCO GI, Rialto, etc.
They're not PHP per se, but this wikipedia list of widget toolkits will help a lot

link|flag

Your Answer

Get an OpenID
or

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