Implementing MVC in PHP: The Controller
in PHP added by goodphptutorials, on 5/2/2006 controller mvc oo programming oop patterns
Quite simply, the controller handles incoming requests. It uses input, in this case from the URI, to load a module and refresh/render the presentation layer. The controller for the aptly named Framework 1.0 uses a few GET arguments to figure out which module to load.
comment save report- submitted
- Sun, Feb 5th 2006, 09:15
- clicks today
- 1
- clicks this month
- 16
- clicks all time
- 1689
