Jump to content
Larry Ullman's Book Forums

Recommended Posts

Use Netbeans or Eclipse. Both free and with syntax highlighting, automatic code completion, error hinting and other important stuff.

 

I would not recommend notepad++ if you are not and experienced PHP developer. The reason is because you lose some great functionality. When developing classes in PHP, hinting of object variables and methods are a real time-saver. It's easy to overlook $this->, self:: or parent:: in a class, and Notepad++ will not tell you when you do.

 

Netbeans and Eclipse is also available for Java/.net and other languages with built in database-handling, compilation and such. It's good to get it all in one program. As to Jonathon's suggetions, I haven't heard about them. As Eclipse/Netbeans are available for both PC and Mac, that's an important thing for me personally.

Link to comment
Share on other sites

 Share

×
×
  • Create New...