I would like to get started with PHP, and 5.3 release seems to bring many nice features (namespaces, lambda functions, and many others).
I have found some MVC frameworks, and some of them support only PHP 5:
- PHP Frameworks
- PHP MVC Frameworks
- Model–view–controller on Wikipedia
but can anyone recommend one of those MVC frameworks that plans to actively use PHP 5.3 features, not just being compatible with PHP 5.3?
Update
Results so far:
- Zend Framework 2.0 (in development)
- Lithium (in development, based on CakePHP)
- Symfony (in development)
- FLOW3 (in development, alpha)