Slim Controllers
- Acceptable code in controllers:
- Getting parameters / payload from the request
- Calling some methods defined in the Models
- Ideally: calling one method defined in one Model, which then might call other methods in other Models
- Converting the data returned by the Model into the format the user requested.