I've seen multiple guys who are talking about MVC as a scalable solution for a web application. But I've got some questions about MVC. I've read on multiple sites that using static objects leads to procedural programming and not that's far away from MVC.
Do you think is this true? If so, would using singleton patterns solve this problem?