📅  最后修改于: 2020-10-19 03:03:00             🧑  作者: Mango
Sencha Touch中的数据包负责执行存储或加载数据的任何类型的数据操作。
数据包与模型,存储和代理相关。
Sr.No. | Concept & Description Link |
---|---|
1 |
Model It is the collection of data and fields with which we display all the values on UI. |
2 |
Store It is a collection of model instances which basically stores the data locally. In store we write all the events and rest calls to get data. |
3 |
Proxy It is basically responsible for loading data in store. Mostly we use ajax proxy to load store data. |