The component library for creating an MVC-application
Status: work in progress
Base Components:
App
- skeleton applicationAppConfig
- application configAction
- abstract application event handlerRouter
- interface for application routingModel
- model interfaceBaseModel
- base implementation of model interfaceView
- view interfaceBaseView
- base implementation of view interfaceController
- controller interfaceBaseController
- base implementation of controller interface