Forum Moderators: open

Message Too Old, No Replies

Good PHP Programming Environment

         

benj0323

8:40 pm on Jan 16, 2005 (gmt 0)

10+ Year Member



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.

4serendipity

6:57 am on Jan 17, 2005 (gmt 0)

10+ Year Member



you might want to check out jedit and/or scite. Both of these free editors feature code folding.
If you're willing to spend a little money, Komodo might be something worthwhile to check out.

SoulAssassin

9:30 am on Jan 21, 2005 (gmt 0)

10+ Year Member



May i suggest the Zend development environment. It is especially designed for working with PHP and although it does not offer a feature to expand / collapse case statements, it does allow you to put bookmarks in your code so that you can easily jump from one place to another