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?
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?
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.
The last one has a good link to the PHP manual guide to OOP.
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/