views:

88

answers:

2

How to do OOP Based Web Design in PHP?

May be you could link to me a post containing a tutorial or reference to Design Web in OOP Fashion?

+3  A: 

The easiest way is to get a framework to help you with it. By far the most common pattern is Model-View-Controller, or MVC.

Try
These
Questions

The last one has a good link to the PHP manual guide to OOP.

Tesserex
A: 

Read http://seanhess.net/posts/simple_templating_system_in_php

I think you can look into the source code of theese:

http://www.webresourcesdepot.com/19-promising-php-template-engines/

aSeptik
These things are object oriented, but they are not really useful for learning object orientation in PHP. If this question was about templating engines, these links would be more appropriate.
The.Anti.9
i think you must let OP decide! btw imho this answer is pertinent to the question! keep in mind, the question is about OOP in web design not just php OOP!
aSeptik