PHP components that solve common web development problems” “ based on these components, Symfony2 is also a full- stack web framework” - Fabien Potencier What is Symfony2?
the application runs within. Symfony ships with ‘dev’ and ‘prod’. • Bundle – similar to a plugin/module. Implements a specific feature. E.g. BlogBundle, ForumBundle. • Controller - A PHP function or method that handles incoming requests and returns responses (often HTML code). • View – templates the data from the controller.