icon Blog

Model Viewer and Controller

  • Posted: Feb 11, 2010 /
  • By : Admin /
  • Reads : 6,319

The model is the domain-specific representation of the data upon which the application operates. Domain logic adds meaning to raw data (for example, calculating whether today is the users birthday, or the totals, taxes, and shipping charges for shopping cart items). When a model changes its state, it notifies its associated views so they can refresh.

Read more