␡
- Key-Value Coding
- The Model
- The Implementation
- What If
- Conclusion
Like this article? We recommend
The Model
The model for this example is very simple. I will only implement the parameters table because the rest of the model is dependent on the individual application.
The parameters table has two attributes: name and value (see the following table). Both of these attributes should be strings and required values. There are no relationships into or out of the parameters table.