Working with Models
All ExpressionEngine models (both built-in and third-party) can be accessed and manipulated using model service.
The model service allows to to fetch model instances and grab their relationships as well as perform changes.
All models have a set of methods available to get and set the data, however some models also define their own set of methods.
- Action Model
- Channel Entry Model
- Channel Field Group Model
- Channel Field Model
- CP Log Model
- Developer Log Model
- Email Console Log Model
- File Model
- Fluid Field Model
- Member Model
- MemberField Model
- Role Model
- RoleGroup Model
- Status Model
- RoleSettings Model
- Template Model
- Template Group Model
- Upload Destinations Model