I've been a PHP Dev for many years now, and it just dawned on me that maybe I could be using better development tools.
For example, my typical setup for development is
- Notepad ++
- Dev WAMP Server (local machine usually)
- CodeIgniter framework (lately I've fallen in love with it, as it speeds up deployment for me, big time.)
- PHPMYADMIN (for mysql of course).
If you are a PHP dev, whats your typical setup? Eclipse (too bulky for me at times)? etc;
I'm curious if I am missing something that might save me a ton of time, like some kind of on the fly PHP code validator (before I hit F5 and then debut what the error is). I currently achieve somewhat of a 'validation' by seeing the color highlights in Notepad ++