Skip to content

MinimalusLayoutilus/ml-mvc

Repository files navigation

mnhcc/ml-mvc

MVC layer for the Minimalus Layoutilus PHP framework.

Provides Router, Control, View, Template, SERVER and supporting classes for request routing, controller dispatch, view rendering and HTML template composition.

Requirements

Installation

composer require mnhcc/ml-mvc

Request cycle

Router  →  Bootstrap::getOverloadedClass()
        →  Control::onBeforeAction()  →  Control::actionIndex()
        →  View::getView()  →  Template::render()

Bootstrap::getOverloadedClass() checks APPLICATIONNAMESPACE so application classes transparently override framework classes without patching the package.

License

LGPL-2.1-only

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages