Changes between Version 6 and Version 7 of CORE_MVC_BASE_R0


Ignore:
Timestamp:
10/04/08 14:14:33 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CORE_MVC_BASE_R0

    v6 v7  
    3030 
    3131= Design = 
     32Be sure you understand MVC and Singleton. [[BR]] 
     33see http://en.wikipedia.org/wiki/Model-view-controller - MVC Pattern. [[BR]] 
     34see http://en.wikipedia.org/wiki/Singleton_pattern - Singleton Pattern. [[BR]] 
    3235 
    33 MVC is based upon the MVC pattern. Our Model consists of Apps with Books with Pages with Frames. Frames have variation like TextFrames, ImageFrames and MediaFrames. Out View is the AppView, BookView, PageView and FrameView. FrameViews are devided in three - TextFrameView, ImageFrameView, MediaFrameView The Controller part is represented by the Logics. We have AppLogic, BookLogic, PageLogic and FrameLogic. While one can create instances of the model and view (Books, Pages, Frames, AppViews, BookViews, PageViews etc.),  
     36MVC is based upon the MVC pattern. Our Model consists of Apps with Books with Pages with Frames. Frames have variation like !TextFrames, !ImageFrames and !MediaFrames. Out View is the !AppView, !BookView, !PageView and !FrameView. !FrameViews are devided in three - !TextFrameView, !ImageFrameView, !MediaFrameView The Controller part is represented by the Logics. We have !AppLogic, !BookLogic, !PageLogic and !FrameLogic. While one can create instances of the model and view (Books, Pages, Frames, AppViews, BookViews, PageViews etc.), the Logics are singletons. 
     37 
     38 
    3439 
    3540