Is there any IDE for fast drag and drop php development? - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T04:33:27Zhttp://stackoverflow.com/feeds/question/395485http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/395485/is-there-any-ide-for-fast-drag-and-drop-php-development0Is there any IDE for fast drag and drop php development?kjayakum2008-12-27T22:08:07Z2009-11-20T12:07:43Z
<p>Hi</p>
<p>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?</p>
http://stackoverflow.com/questions/395485/is-there-any-ide-for-fast-drag-and-drop-php-development/395543#3955434Answer by Oliver Giesen for Is there any IDE for fast drag and drop php development?Oliver Giesen2008-12-27T22:52:02Z2008-12-27T22:52:02Z<p>If you're on Windows you might want to take a look at the (somewhat unfortunately named) "<a href="http://www.codegear.com/products/delphi/php" rel="nofollow">Delphi for PHP</a>" 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 (<a href="http://sourceforge.net/projects/vcl4php/" rel="nofollow">VCL for PHP</a>, which is Open Source), which makes it somewhat less of an interesting option for maintaining existing projects.</p>
http://stackoverflow.com/questions/395485/is-there-any-ide-for-fast-drag-and-drop-php-development/395604#3956042Answer by Joao Heleno for Is there any IDE for fast drag and drop php development?Joao Heleno2008-12-27T23:53:56Z2008-12-27T23:53:56Z<p>I use APTANA.</p>
<p>You can get it here <a href="http://www.aptana.com/" rel="nofollow">http://www.aptana.com/</a> </p>
<p>It's my web IDE of choice.</p>
http://stackoverflow.com/questions/395485/is-there-any-ide-for-fast-drag-and-drop-php-development/396123#3961230Answer by Simon Groenewolt for Is there any IDE for fast drag and drop php development?Simon Groenewolt2008-12-28T12:11:56Z2008-12-28T12:11:56Z<p>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.</p>
http://stackoverflow.com/questions/395485/is-there-any-ide-for-fast-drag-and-drop-php-development/1770068#17700680Answer by namespaceform for Is there any IDE for fast drag and drop php development?namespaceform2009-11-20T12:07:43Z2009-11-20T12:07:43Z<p>Have you considered using a <strong>GUI drag-and-drop web widgets framework</strong> - TIBCO GI, Rialto, etc.<br>
They're not PHP per se, but <a href="http://en.wikipedia.org/wiki/List%5Fof%5Fwidget%5Ftoolkits#Cross-platform" rel="nofollow">this wikipedia list of widget toolkits</a> will help a lot</p>