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

Data Structures

class  controller
 Controller class of the MVC pattern, is the class used to control a model object and call the desired views. More...
class  model
 Model class of the MVC pattern, is the class used to represent a database record object. More...
class  view
 View class of the MVC pattern, is the class used to manage the module's views. More...

Detailed Description

Set of primitive classes which implements the MVC pattern.

Jeff is designed following the MVC pattern directive.
All user requests are managed by controller classes which may or not control model objects and return specific model view.