Ok, ever since I started coding PHP I've been using dreamweaver. Simply because of the built in FTP. Well I've come to the conclusion that dreamweaver is a big POS , especially the built in FTP. Also I deal with files that consist of very large switch statements. Its a pain in the ass to have to spend 2-3 minutes trying to find the case I need to work in.
Does anyone know a good program for PHP programming that collapses case statements in a switch statement? Or any program that is better than dreamweaver?
Thanks a lot for your help.