This package provides a MVC framework to implement PHP Web applications.
It provides a router class that allows to map request URL patterns to action controllers that will handle the requests that match the URL patterns.
The package also provides base model classes that implement the ActiveRecord design pattern to store and retrieve model objects in tables of SQL databases.
It also supports processing view PHP scripts that work as templates to generate the output of the HTML Web pages or email messages. |