 |
|
Innovation award
 Nominee: 1x |
This package light weight implementation of Model-View-Controller software architecture in PHP.
It can read the structure of a pages of the site from a definition file that is processed to determine how to dispatch the current page request.
It can generate the presentation of each page using templates that can be compiled and have the compilation results cached in local files to avoid processing overhead next time the same template is used.
The output of the pages may be served in compressed format using gzip output buffer handler.