symfony
SensioLabs 的 symfony framework 可以說一手將 PHP 從小型 script 提升到 enterprise level 的 open source project, 我認為比 Zend Framework 影響更大. Symfony 2 就更加成熟, 可以既話 (如貴公司 IT 部皇恩浩蕩幫你 upgrade 到 PHP >5.3), sf2 是更好既選擇.
A note on symfony 2
這是我邊看 The Book 邊記下的筆記, 許多 concept 會和 sf1.4 比較, 希望不會爛尾.
- Creating Pages
- Controller
- Routing
- Creating and using Templates
- Databases and Doctrine
- Testing
- Validation
- Forms
- Security
- HTTP Cache
- Translations
- Service Container
- Performance
- Internals