Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
Modules
+ Collaboration diagram for Modules:

Modules

 Datetime settings
 User groups
 Index
 Language
 Layout
 Menu
 Pages
 Privileges
 Application settings
 Users

Detailed Description

Modules are the entities which produce html outputs. May be formed by one or more classes, following the MVC pattern.
Every module has at least a controller which exposes the public methods callable by url and usable in the global templates, see Global templates.

Standard models have a controller class and one or more model classes which manages the module's data stored in the database.

Usually all models used the primitive view class but may also extend it to add more functionality.