|
Posted by Jensen Somers on 09/23/07 08:31
Hello,
On Sun, 23 Sep 2007 03:15:25 +0000, Evan Jou wrote:
> Hi there,
>
> I'm starting to learn php and need a php editor for windows. Can you
> recommend what you think the best editor available in the market? I've
> tried some free html editors and was not satisfied with them. I need one
> that is simple and neat, but can display different color on different
> part of the script if you know what I mean. Your opinion is always
> welcome and thanks in advance. :)
>
> Evan Jou
Not free, but both Komodo (http://www.activestate.com/products/
komodo_ide/) and both Zend Studio (http://www.zend.com/products/
zend_studio) are powerful IDE's when it comes to developing and debugging
PHP code. You can also try Eclipse with the PHP plugin.
All cross-platform too, so that's a bonus.
Next to that I use notepad++ a lot on Windows. It has color support for
dozens of languages, function listing and so on.
- Jensen
[Back to original message]
|