Jim Cheung

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 比較, 希望不會爛尾.

  1. Creating Pages
  2. Controller
  3. Routing
  4. Creating and using Templates
  5. Databases and Doctrine
  6. Testing
  7. Validation
  8. Forms
  9. Security
  10. HTTP Cache
  11. Translations
  12. Service Container
  13. Performance
  14. Internals