Changes between Version 9 and Version 10 of CORE_MVC_BASE_R0
- Timestamp:
- 10/04/08 14:36:25 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CORE_MVC_BASE_R0
v9 v10 33 33 * see http://en.wikipedia.org/wiki/Model-view-controller - MVC Pattern. [[BR]] 34 34 * 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 andMediaFrameView.35 * Model and View - represented by App, Book, Page, Frame, !TextFrame, !ImageFrame, !MediaFrame, !AppView, !BookView, !PageView, !FrameView, !ImageFrameView, !TextFrameView and !MediaFrameView. 36 36 * Logic - singleton (instantiated the first time it is called.) 37 37 * This is sensible because: … … 40 40 * View will be automatically updated on model change. 41 41 * View will commit data to model on user intervention by the corresponding logic. 42 43 44 45 42 46 43 = Implementation =