About MVC

This framework follows the MVC pattern where controllers contain logic, models handle data and views handle presentation. Thanks to the middleware layer, each step of the request can be precisely influenced and extended.

Via the 'Functions' menu you can read more about all available middleware and services.