ttek/tk-mvc

Model-View-Controller library for the Tk lib


README

Project: tk-mvc
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": "~3.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