Please enable JavaScript.
Coggle requires JavaScript to display documents.
PHP Controllers (Theory (What is a Controller? (external link?), When do I…
PHP Controllers
Theory
What is a Controller?
external link?
When do I need a Controller?
When do I use an existing Controller?
When do I override a Controller?
When do I need to write my own Controller?
When functionality does not otherwise exist, e.g.:
Connecting to a 3rd party service
Combining content from various locations
Symfony
What Symfony Provides
What Symfony Doesn't Provide
Extending Symfony
MVC
Model/View/Controller Explained
Contrast with Request/Response Approach
Request/Response
Controllers in Symfony
The Symfony Approach
eZ Platform
Default Controllers
View Controller
Search Controller
Symfony Controllers