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?
Look into the Model-View-Controller Pattern