1. Home
  2. Docs
  3. Simpods MVC
  4. Tutorials
  5. Controllers
  6. Frontend Controllers

Frontend Controllers

The Default Classes

Front Controller

File Name

ctrl-mvc-front-controller.php

Description

This is the mother. Frontend controllers should extend this class. This class is a collection of required methods for all controllers and other commonly used controller methods.

Example

Copy to Clipboard

Child Theme Override

No

Cross Site Controller

File Name

ctrl-mvc-front-cross-site.php

Description

This is the cross site controller that is always run alongside the controller for the template. It is accessed in the same way as the template controller via the $cross_ctrl global. JavaScript and stylesheets needed everywhere should be enqueued here

Example

Copy to Clipboard

Child Theme Override

Yes