nathggns / Scaffold

Lightweight PHP API Framework
Other
8 stars 2 forks source link

Ability to use models as controllers #117

Open nathggns opened 11 years ago

nathggns commented 11 years ago

We should be able to use models as controllers in Scaffold. This would include standard add/delete/update as routes.

You would be able to control the response and add certain conditions that would need to be fulfilled in order to complete the request.

You would also be able to transform the response.