|
|
|
|
|
by DeathArrow
611 days ago
|
|
I'd argue that you shouldn't use a fat model, either. To me the best way is using as least code as possible in controller, no code at all in model and having service layers that take care of business logic, and layer for talking to the database. |
|