[UPHPU] Which application environment is proper for begining php?

Walt Haas haas at xmission.com
Tue May 12 10:37:43 MDT 2009


anil ozsoy wrote:
> Hi all
>
> Here are my new questions :)
>
> Could you pls tell me?  which application environment is proper for begining
> php?Why?
> What is the beneficial side of using this productions?
>   
I use Netbeans 6.5 and/or Emacs.

Netbeans has a good interface to Xdebug so that I can step through code 
line by line, which is nice for debugging.  Netbeans also gives you easy 
ways to navigate through very large programs.

Emacs is small and fast and lets you do a lot with a few keystrokes, if 
you know the combinations.  But it doesn't give you tools for 
interactive debugging or much support for navigating large programs.

-- Walt


More information about the UPHPU mailing list