PHP Editors

PHP Editors

am 01.02.2008 05:15:21 von mcp6453

I know this question is loaded, but would you please recommend your
favorite PHP editor for Windows with syntax checking? I'm just starting
with PHP after having not programmed in many years. The choice of
editors seems to be as daunting as learning the syntax. It's amazing how
good the new editors are, but the ones I have do not include syntax
checking.

Re: PHP Editors

am 01.02.2008 05:16:30 von Jerry Stuckle

mcp6453 wrote:
> I know this question is loaded, but would you please recommend your
> favorite PHP editor for Windows with syntax checking? I'm just starting
> with PHP after having not programmed in many years. The choice of
> editors seems to be as daunting as learning the syntax. It's amazing how
> good the new editors are, but the ones I have do not include syntax
> checking.
>

Did you try searching this newsgroup's archives? This has been
discussed several times recently - including last week.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: PHP Editors

am 01.02.2008 16:31:22 von Joe Scylla

mcp6453 wrote:
> I know this question is loaded, but would you please recommend your
> favorite PHP editor for Windows with syntax checking? I'm just starting
> with PHP after having not programmed in many years. The choice of
> editors seems to be as daunting as learning the syntax. It's amazing how
> good the new editors are, but the ones I have do not include syntax
> checking.

Eclipse with PHP Development Tools Plugin

Joe

Re: PHP Editors

am 01.02.2008 16:47:52 von ashore

Joe, IMO the bigger learning curve - not that it's all that difficult,
actually - is more in getting a handle on the HUGE number of PHP
functions; the syntax itself ain't bad at all.

Accordingly, I use a good ASCII editor, textpad - with its PHP clip
library. (Some remark involving ' ... cold, dead, fingers ...'
applies here.)

I also use a PHP chm (compiled HTML) file as a useful desktop (non-
web) tool. I also have ones for Javascript, CSS, and MySQL to round
out the other stuff that usually goes into a PHP app'n. Google for
these, if interested

AS