Introduction
Type to start searching
    • Introduction
      • App
      • Controller
      • Model
      • Module
      • String
      • Query
      • Redirect
      • Request

    Introduction

    M4MVC Framework is using as the name suggests Model, View, Controller architecture. Main Framework functionality can be found in app/core folder, but there are also important app/helper methods and config files.

    There are 3 core files:

    • App
    • Model
    • Controller
    • Module

    And 7 helper files

    • Image
    • Query
    • Redirect
    • Request
    • Response
    • Session
    • Str

    Then there is also extra helper folder user with can be used for fast and simple authentication system.

    Next App
    powered by MkDocs and Material for MkDocs