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.
if you are beginner then I will suggest to read The essentials of Object Oriented PHP. You will get Clear concept of major OOP concepts with example. There are exercise section after each chapter and end of the book with solution too.
Also check this serious of Videos PHP OOP Tutorials