问题描述
- architect 和framework有什么不一样?
-
Architect builds applications that conform to the MVC (Model-View-Controller) architectural paradigm. Within Architect and the Sencha frameworks, MVC is defined as follows:Models connect data to application functionality and UI components. They define application data along with their associations and validations.
A View is any type of UI component. In Architect, containers, grids, trees, and panels are all Views.
Controllers include the code that make an app work, whether that's rendering Views, instantiating models, or performing other app logic, usually by responding to events. Controllers wire models and Views together.
architect 和framework有什么不一样?
解决方案
http://developer.51cto.com/art/201001/175591.htm
时间: 2024-12-23 02:54:38