|
Posted by Christoph Burschka on 05/15/07 11:51
Satori schrieb:
> Up until now I've been using a simple text editor for PHP code. I'm thinking
> its time to upgrade, and I'm specifically looking for an editor with basic
> refactoring tools (such as a "extract method" feature). Preferably something
> cheap or free.
>
> Any recommendations?
>
>
When actually designing websites with PHP content, I've found that
Dreamweaver is very nice. But it does no validation, so it's really only
for dynamic pages that only have a little bit of PHP code (besides, it's
not free).
For developing a larger web application, I'd recommend Eclipse with the
PHPEclipse plugin. That's worked rather well for me.
--
cb
Navigation:
[Reply to this message]
|