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
Requires
- php: >=5.4.0
- titon/controller: *
- titon/model: *
- titon/route: *
- titon/view: *
Requires (Dev)
- titon/debug: *
- titon/test: dev-master
Suggests
- titon/debug: Enable the Debugger for error and exception handling
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 applicationDispatcher
- HTTP dispatch cycle handlerModule
- Represents a packaged mini-app
Dependencies
Model
View
Controller
Route
Requirements
- PHP 5.4.0