Skip to content

Storing, Fetching and Modifying Models

Omar Duarte edited this page Mar 10, 2015 · 1 revision

Models

All models are defined

Data Handler

The DataHandler module is in charge of access to models, fetching data from storage, and storing data. It should be the sole point of access to the models, as it extends the models with methods for storing and fetching data from Local Storage or the Server.

Data Handler

Clone this wiki locally