PHP Classes

Classes of None

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of None (1)  >  Mission progress status  >  Reputation  
Picture of None
Name: None <contact>
Classes: 1
Country: United States United States
Age: 42
All time rank: 936132 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 3427
Week users: 0
 

 

  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image PHP Controller  
Implements a controller of MVC applications
This class can be used to implement a generic controller for building applications that follow the Model-View-Controller design pattern.

The controller class acts as a single entry point that forwards the handing of the requests to view and model classes. This avoids the need to have to write code describing how the data will interact with the presentation.

This project is strongly influenced by the way Java applications based on MVC frameworks are handled. It makes extensive use of PHP classes for processing all the pages.

The controller behavior is defined by an XML file that describes which classes are used to serve requests for users with different roles.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z