tk-mvc
Project: tk-mvc
Published: 11 May 2016
Web: http://www.domtemplate.com/
Authors: Michael Mifsud http://www.tropotek.com/
A Model-View-Controller lib to support the Tropotek lib V2.
Contents
Installation
Available on Packagist (ttek/tk-mvc) and installable via Composer.
composer require ttek/tk-mvc
Or add the following to your composer.json file:
"ttek/tk-mvc": "~2.0"
Introduction
List of sub lib contents:
- *Dispatcher: Manage and trigger system wide events
- Kernel: Base system controller to manage the flow of the system
- *Routing: Url system to manage site wide url routing
- Response: Libs to handle the Controller response objects