Page 1 of 1

PHP Helper?

Posted: Tue Mar 02, 2010 4:26 am
by shadowslash
Does anybody know of a script editor like Notepad++ made specifically for PHP? It must be in such a way where it helps with syntax highlighting, error on wrong syntax, etc. I'm learning PHP so might as well ask in the community that I know very well. Image

Re: PHP Helper?

Posted: Tue Mar 02, 2010 9:45 am
by Mark
shadowslash,

Which operating system are you looking sofware for?
I use TextWrangler for Mac OS X.

Best,

Mark

Re: PHP Helper?

Posted: Wed Mar 03, 2010 12:52 am
by RRobert
Coda, Textmate

Robert

Re: PHP Helper?

Posted: Wed Mar 03, 2010 4:56 am
by shadowslash
I'm looking for one in a Windows environment. The editor should be like rev's script editor where it alerts me if ever I misplaced something, undeclared variables, in-existent functions / commands, etc. This would be a great deal of help if I'm not even familiar with the syntax in the first place..

Re: PHP Helper?

Posted: Wed Mar 03, 2010 6:50 am
by mwieder
Notepad++ *does* handle php. If you want to go farther, there's a php plugin for Eclipse, (the name escapes me at the moment), but that, of course, requires you to make the committment to making Eclipse your IDE for php development.