Changes between Version 10 and Version 11 of CORE_MVC_BASE_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • CORE_MVC_BASE_R0

    v10 v11  
    4242 
    4343= Implementation = 
    44 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.), the Logics are singletons. 
     44MVC 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. 
    4545 
    4646