prev <<
How to write an API endpoint in 2016
>> next
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