Changes between Version 3 and Version 4 of CORE_MVC_BASE


Ignore:
Timestamp:
10/21/08 14:28:06 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CORE_MVC_BASE

    v3 v4  
    11= General Overview = 
    22These are the base classes that of which the MVC consists: [[BR]] 
    3 MVC is based upon the MVC pattern.  
     3MVC is based upon the MVC pattern. 
    44== Model == 
    55Model represents this part of the application that is responsible for the persistence and the things that are later displayed by the View.