Is there any IDE for fast drag and drop php development? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T04:33:27Z http://stackoverflow.com/feeds/question/395485 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/395485/is-there-any-ide-for-fast-drag-and-drop-php-development 0 Is there any IDE for fast drag and drop php development? kjayakum 2008-12-27T22:08:07Z 2009-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#395543 4 Answer by Oliver Giesen for Is there any IDE for fast drag and drop php development? Oliver Giesen 2008-12-27T22:52:02Z 2008-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#395604 2 Answer by Joao Heleno for Is there any IDE for fast drag and drop php development? Joao Heleno 2008-12-27T23:53:56Z 2008-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#396123 0 Answer by Simon Groenewolt for Is there any IDE for fast drag and drop php development? Simon Groenewolt 2008-12-28T12:11:56Z 2008-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#1770068 0 Answer by namespaceform for Is there any IDE for fast drag and drop php development? namespaceform 2009-11-20T12:07:43Z 2009-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>