angelodev Posted May 5, 2007 Share Posted May 5, 2007 Would you post an advice for a very good free PHP IDE? Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/ Share on other sites More sharing options...
neel_basu Posted May 19, 2007 Share Posted May 19, 2007 The Best one is Zend Studio. And the Better one is the Notepad++. and the good one is PHP designer 2007. Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-257158 Share on other sites More sharing options...
Liquid Fire Posted May 21, 2007 Share Posted May 21, 2007 The Best one is Zend Studio. And the Better one is the Notepad++. and the good one is PHP designer 2007. zend studio is not free plus anyways, if you were going to send 300(I think the standard is just crap for 100) your money would be but placed into a stable program(built in C++ and not java) like what I use, PhpED. Zend may have 1 or two thing on PhpED right now like code folding(PhpED now in version 5 does have it just not support for control statements yet). the one thing the zend studio does have is Code Analyzer but for the few weeks I tried that product it crashed on me about have a dozen times and the startup time ranged from 20 secs to 2 mins(only once but still). Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-258266 Share on other sites More sharing options...
neel_basu Posted May 21, 2007 Share Posted May 21, 2007 If you edit the lax file then Zend studio would get faster. Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-258280 Share on other sites More sharing options...
Liquid Fire Posted May 21, 2007 Share Posted May 21, 2007 If you edit the lax file then Zend studio would get faster. And if i knew C++ well enough, I code write my own editor to make it run faster. I should not have to edit their program files to make it run better, it would be a different story if I wanted it to run different or something but not to make it perform better. Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-258387 Share on other sites More sharing options...
sushant_d84 Posted July 2, 2007 Share Posted July 2, 2007 EDIt Plus Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-287886 Share on other sites More sharing options...
john010117 Posted July 5, 2007 Share Posted July 5, 2007 Eh, I use Programmers Notepad 2. I like it's simplicity. Also, notepad ++ and Notepad 2 are the nice, free, simple ones (with syntax highlighting, of course). Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-290008 Share on other sites More sharing options...
keeB Posted July 14, 2007 Share Posted July 14, 2007 Eclipse! Try it out: http://eclipse.org. You have to install the PHP plugin, available at http://phpeclipse.net Good luck!! Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-297929 Share on other sites More sharing options...
JayBachatero Posted July 14, 2007 Share Posted July 14, 2007 I use Komodo Edit by Active State. Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-297974 Share on other sites More sharing options...
Guardian-Mage Posted July 14, 2007 Share Posted July 14, 2007 I like TsWebEditor, although it has its problems, I use it all the time. It has syntax support for everything(almost) DO NOT USE Maguma Open Studio. It crashes a lot Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-298308 Share on other sites More sharing options...
rodneykm Posted July 19, 2007 Share Posted July 19, 2007 I havent used many free ones. I use a combo of Dreamweaver and PHPEd Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-302781 Share on other sites More sharing options...
deadimp Posted August 3, 2007 Share Posted August 3, 2007 I second Programmer's Notepad. Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-314584 Share on other sites More sharing options...
moberemk Posted August 3, 2007 Share Posted August 3, 2007 I use Dreamweaver CS3, because it links with Photoshop and FTP. As a PHP editor, it works well, and also comes with a basic reference library for PHP, and an extensive one for HTML. Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-314662 Share on other sites More sharing options...
NixNod Posted September 28, 2007 Share Posted September 28, 2007 Eclipse + PHPEclipse (For Projects) Vim 7 + Minibufferexplorer (For Some files and rapid edit) Both are crossplataform, runs on Windows, Linux & Mac, so if you change your plataform, you don't will get a problem. Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-357358 Share on other sites More sharing options...
Cagecrawler Posted October 25, 2007 Share Posted October 25, 2007 I use phpDesigner 2007 for projects and SciTE for quick edits/code. Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-377849 Share on other sites More sharing options...
Guardian-Mage Posted October 27, 2007 Share Posted October 27, 2007 bluefish is an awesome editor, and so is the default text-editor in Ubuntu Linux Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-378971 Share on other sites More sharing options...
gtal3x Posted November 15, 2007 Share Posted November 15, 2007 everyone says notepad,zend,dreamweaver.... How comes no one uses Maguma Studio? Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-392480 Share on other sites More sharing options...
stuffradio Posted December 3, 2007 Share Posted December 3, 2007 I either use: ConText Notepad Wordpad Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-404701 Share on other sites More sharing options...
Guardian-Mage Posted February 13, 2008 Share Posted February 13, 2008 I've tried Maguma Studio, and I found it to be quite buggy. I currently use Adobe Dreamweaver CS3 or my own code editor, still under development Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-465843 Share on other sites More sharing options...
mansfield Posted February 15, 2008 Share Posted February 15, 2008 zend is buggy too. When dealing with large php files, the screen may suddenly jump to another part of the file and you have to manually scroll back to where you were working at. Also, code folding will sometimes unfold itself. Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-467911 Share on other sites More sharing options...
zszucs Posted March 1, 2008 Share Posted March 1, 2008 Zend is bit buggy but is the best one I found so far. I don't mind komodo either. No vi users? Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-480856 Share on other sites More sharing options...
trq Posted March 1, 2008 Share Posted March 1, 2008 No vi users? Yeah, I'm a huge vim fan. Haven't used any other text editor in years. Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-480860 Share on other sites More sharing options...
keeB Posted March 3, 2008 Share Posted March 3, 2008 No vi users? Yeah, I'm a huge vim fan. Haven't used any other text editor in years. While I am a huge fan of VI for editing... Managing 'large' projects can get a bit ridiculous. At least for me ;x Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-482028 Share on other sites More sharing options...
deadonarrival Posted March 7, 2008 Share Posted March 7, 2008 I'm currently using eclipse. It's not perfect and I'm still on the lookout for another page, but highlighting is flawless, the debugging is pretty good and I like the class overview when you're on a page with classes on. My biggest wish would be that it showed me my class layouts for all classes. Eg if I include db.class.php in index.php, it would show me the methods of the db class, instead of just any functions in index.php No errors I've found, the only things I'd change would be a couple of useability issues. It's pretty fast for a java program Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-485974 Share on other sites More sharing options...
Jabop Posted June 3, 2008 Share Posted June 3, 2008 Crimson Editor Quote Link to comment https://forums.phpfreaks.com/topic/50177-your-good-php-ide/#findComment-556899 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.