Hey guys,
I was wondering: what program do you use to write your php code? Because I’m having trouble finding a program to my liking.
At the moment I mostly use Dreamweaver for xHTML and CSS because of the easy auto complete functions (Yes, I’m that lazy). All my projects in development are also online, seeing as I work from several spaces and don’t have a laptop. That’s were dreamweaver also comes in handy: I can easily create a new file online or edit online files easily without having to worry I’ll overwrite any page with an older cached one.
But Dreamweaver doesn’t have the functionality I need when writing PHP (like matching bracket highlighting etc). Also, using Dreamweaver seems a little overkill to me, seeing as I only use the code view and don’t need all of the fancy insert commands.
So that’s why I’m using Notepad++ at the moment for php editting. It’s lightweight and has great syntax highlighting (once editted a little by myself). But the ftp support is horrible. Eg: you can’t create a new file online or save a file to the server, you first have to save it on your hard disk and then upload it to your webdirectory.
I’ve tried Php designer 2008, but the autocompletion code and error handling are so annoying I immediatly uninstalled it.
So now I was wondering: which program do you guys use?
