![]() |
PHP editor - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: PHP editor (/showthread.php?tid=1920) |
PHP editor - El Forum - 07-05-2007 [eluser]phicarre[/eluser] Hello everybody, I discovered today CodeIgniter. I saw the video tutorials and I ask you what is the tool used for PHP editing in the video ? Regards, PHP editor - El Forum - 07-05-2007 [eluser]Peter Goodman[/eluser] TextMate PHP editor - El Forum - 07-05-2007 [eluser]phicarre[/eluser] Thank you TextMate is for MAC: what do you recommend for Windows ? Regards PHP editor - El Forum - 07-05-2007 [eluser]Peter Goodman[/eluser] EditPlus, SCiTE PHP editor - El Forum - 07-05-2007 [eluser]Xikeon[/eluser] I prefer PHP Designer 2007. It's a nice program, I dislike the FTP in it, though. PHP editor - El Forum - 07-05-2007 [eluser]ztinger[/eluser] I use Editplus. The only thing I would add to it, would be more intuitive autocompletion. PHP editor - El Forum - 07-05-2007 [eluser]Iksander[/eluser] ECLIPSE PHP editor - El Forum - 07-05-2007 [eluser]Marcus Cavalcanti[/eluser] The best and more completed IDE's for PHP are: Eclipse and Zend Studio PHP editor - El Forum - 07-05-2007 [eluser]Derek Allard[/eluser] On windows, check out Aptana. I used Dreamweaver for years, (and still do from time to time) and it was great. PHP editor - El Forum - 07-05-2007 [eluser]Rick Jolly[/eluser] I've used EditPlus for years but now I prefer Notepad++ because of autocompletion, code folding, and the function list. Notepad++ is based on Scintilla just like SciTE which I also tried. I use Eclipse for java but find it slow. How does Eclipse perform for PHP? |