Posts by Eli • 1 point
1 post
-
-3
votes1
answer381
viewsA: What exactly is the Model for in a PHP application?
The model is the part that has to have the logic of data model, independent if it is an SQL database , Nosql, Graph etc. The model should have no business rules, this belongs to the controller…