Changes between Version 3 and Version 4 of CORE_MVC_BASE
- Timestamp:
- 10/21/08 14:28:06 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CORE_MVC_BASE
v3 v4 1 1 = General Overview = 2 2 These are the base classes that of which the MVC consists: [[BR]] 3 MVC is based upon the MVC pattern. 3 MVC is based upon the MVC pattern. 4 4 == Model == 5 5 Model represents this part of the application that is responsible for the persistence and the things that are later displayed by the View.