1
vote
Is it better to create Model classes, or just stick with generic database utility class?
By no means is MVC the only design pattern for the web, but it is a useful one.
Adopting just the 'M' will pay dividends, in my opinion, even if you can't/won't adopt the 'V' or 'C'. …
