titon/mvc

This package is abandoned and no longer maintained. No replacement package was suggested.

The Titon MVC package adds support for the Model-View-Controller paradigm by packaging the external Model, View, Controller and Route packages into a single package. This single MVC package has full application support.

0.11.1 2014-02-25 07:48 UTC

README

The Titon MVC package adds support for the Model-View-Controller paradigm by packaging the external Model, View, Controller and Route packages into a single package. This single MVC package has full application support.

Features

  • Application - Primary class to run a web application
  • Dispatcher - HTTP dispatch cycle handler
  • Module - Represents a packaged mini-app

Dependencies

  • Model
  • View
  • Controller
  • Route

Requirements

  • PHP 5.4.0