0

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.

Adib Aroui
  • 4,981
  • 5
  • 42
  • 94

1 Answers1

0

There is no better answers to your questions than this You have to fully Understand the MVC

How should a model be structured in MVC?

And

MVC for advanced PHP developers

Also have look on this Scala functional PL

http://www.scala-lang.org/old/node/485

Community
  • 1
  • 1
JAVA_RMI
  • 139
  • 11