Search code examples
phpdesign-patternsooppresentation

What is the best design pattern to design the interface of an WebPage?


I am trying to build the interface of my WEB site using OOP. For this I need to have several objects like menu, thumbnails, contentBoxes joined together to form a complete layout.

I know OOP is not used for presentation but I need to do it anyway. Can anyone help me on this?


Solution

  • Look into the Model-View-Controller Pattern