MVC Architecture

This chapter covers the MVC (Model-View-Controller) architecture without the OpenAvanti framework, and examines how clean URLs are mapped to controllers and how they interact with view files.

  1. What is MVC?
  2. Clean URLs
  3. The Dispatcher
  4. Controllers
  5. Controllers and Views