Quote:
Originally Posted by leek
My personal favorites:
- Zend Framework - The MVC framework I couldn't live without
- CodeIgniter - Another good MVC framework
- HTMLPurifier - No one likes XSS/CSRF
- PHPUnit - You do use TDD, right?
- XDebug
- PHP Debug - This and XDebug and you're all set.
- WideImage - An older, yet very nice image processing class
|
I hate Zend with a passion. They make simple tasks crazy complicated for no reason other than, it's "Zend". CI isn't as bad, but the ORM is lacking, and I hate plugging multiple frameworks together, becomes inconsistent and leads to random bugs.
PHPUnit is pretty cool, never used phpdebug, built in functions work well enough for me. WideImage? Never heard of it. Most image processing libraries are crap, and PEAR has gone downhill.
Sad. This is why I use other languages if possible, consistency.