Hi,
I have been a PHP developer for almost six years now, and during that time, I've written everything by hand. Literally everything.
I'm now interested in learning more about MVC, and, as such, am interested in picking up a framework to play with.
Before I go any further, let me just say that I know this question is subjective, and that is why I have marked it as such. I am not trying to start a fight, I am merely trying to find the one the most people think best fits the following specifications:
- Takes advantage of PHP 5's new OOP features
- Lightweight – doesn't require that I do everything its way or not at all, but is still very powerful
- Good documentation
I was leaning towards CodeIgniter for reasons #2 and #3, but the documentation explicitly states that it has not been updated to use PHP 5's new features.
What do people recommend given my three wishes?
Thanks in advance.