KenedoModel

KenedoModel is the base class used for most data loading and manipulation in backend and frontend. Most of your types of data have a set of MVC files and the KenedoModel is responsible for defining, manipulating and loading your data.

In the following chapters you see how to write your own KenedoModel child classes to get various things done.