One of the three elements of the model-view-controller design pattern. The model encapsulates the data used by the component. The model is typically all about the “business” or “domain” logic and the database. The base API class we use for models is called JModel.

Если заметили ошибку, выделите фрагмент текста и нажмите Ctrl+Enter