Hello,
I've found some resources here about what is the best IDE for PHP. But they don't have a answer for my question. I would like to find an answer how to create rich and functional development environment configuration to create PHP web apps.
What I think would be necessary to gain power in this area is:
- Code Completition
- Syntax hinghlight
- Syntax check
- Debugging
- Easy move project to production machine
- Support for unit testing
- Support for SVN
- Support for refactoring code and navigating between methods
Could you please tell me what is your configuration and what is the best way to create PHP development environment for real world PHP website?