User:JackPotte/Symfony 3 Certification Guide

From Wikibooks, open books for an open world
Jump to navigation Jump to search

This book is written by developers for developers who are interested in obtaining the official certification of the Symfony 3 framework. The objective is not to duplicate the official documentation, that is good enough, but to complement the official documentation with practical cases.

Content[edit | edit source]

  1. PHP and Web Security
  2. HTTP
  3. Symfony Architecture (container, compilerPass)
  4. Standardization
  5. Bundles
  6. Controllers
  7. Routing
  8. Templating with Twig
  9. Forms
  10. Data Validation (event listener & event subscriber? https://symfony.com/doc/current/event_dispatcher.html)
  11. Doctrine
  12. Dependency Injection
  13. Security
  14. HTTP Caching
  15. Console
  16. Automated Tests
  17. Miscellaneous