1. Home
  2. Docs
  3. Simpods MVC
  4. Tutorials
  5. Lessons
  6. SIMPODS MVC – QUICK DEMO

SIMPODS MVC – QUICK DEMO

Learning Outcomes

  • Name-based rule: Controllers, JavaScript, CSS and Ajax files with the same path and name as the view file will be auto-loaded. For example, if your template is named something.php, then name your controller, JavaScript, CSS, Ajax files to be something.php, something.js, something.css, and something.php respectively for them to be auto-loaded. Note that this rule doesn’t apply to model classes.

  • How to use Simpods MVC at the frontend.
  • How to use Simpods MVC at the Backend

You can download the sample code from this link. To use it, first please download Simpods Basic theme and change the theme name to Simpods MVC in style.css, and upload it as the parent theme.

Theme Name: Simpods MVC

Download demo code here