Closed alkemann closed 7 years ago
Add model concept to the backend api. Helps with consistent and safer datasource management and splits the controller layer from the model layer. Also provides a place to document and enforce constants like status and it's possible values.
status
Changes best viewed in split mode or checking out and seeing the difference in index.php, the controllers and looking at the new models
Add model concept to the backend api. Helps with consistent and safer datasource management and splits the controller layer from the model layer. Also provides a place to document and enforce constants like
status
and it's possible values.