As the title indicates, my question is if Model-View-Controller pattern belongs to object-oriented programming.
I have been programming with PHP 5 with models, views and controllers using a framework, but a friend is telling me that is possible to use this pattern also in functional programming?
Is he right? thanks for your usual explanations.