Changes between Version 9 and Version 10 of CORE_MVC_BASE_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • CORE_MVC_BASE_R0

    v9 v10  
    3333  * see http://en.wikipedia.org/wiki/Model-view-controller - MVC Pattern. [[BR]] 
    3434  * see http://en.wikipedia.org/wiki/Singleton_pattern - Singleton Pattern. [[BR]] 
    35  * Model and View - represented by App, Book, Page, Frame, TextFrame, ImageFrame, MediaFrame, AppView, BookView, PageView, FrameView, ImageFrameView, TextFrameView and MediaFrameView. 
     35 * Model and View - represented by App, Book, Page, Frame, !TextFrame, !ImageFrame, !MediaFrame, !AppView, !BookView, !PageView, !FrameView, !ImageFrameView, !TextFrameView and !MediaFrameView. 
    3636 * Logic - singleton (instantiated the first time it is called.) 
    3737 * This is sensible because: 
     
    4040 * View will be automatically updated on model change. 
    4141 * View will commit data to model on user intervention by the corresponding logic. 
    42  
    43  
    44  
    4542 
    4643= Implementation =