Hi everyone.
Just thought i would ask around. What program (text editor) do you use to create/edit your php files with ?
currently i am using notepad++
let the ball roll !!
Suggestions for text editors with php syntax highlighting ?
Moderator: General Moderators
Re: Suggestions for text editors with php syntax highlighting ?
I think netbeans is good, although it is aimed at java just make sure you select to install the php section - it handles mysql databases to so you dont need phpmyadmin (if it is local or you can connect remotly)
http://netbeans.org/
I have never had any problems - it also suggests code and any methods or properties you create in other file.
Much better than N++!
http://netbeans.org/
I have never had any problems - it also suggests code and any methods or properties you create in other file.
Much better than N++!
Re: Suggestions for text editors with php syntax highlighting ?
I mostly use Eclipse now but I used jEdit before. Eclipse has a lot more features, most of which I'll never use, but I like it for the features I do use.
Re: Suggestions for text editors with php syntax highlighting ?
I did try eclipse once but for some reason it wouldnt work...
Re: Suggestions for text editors with php syntax highlighting ?
Check out the Editors thread
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.