0

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?

1
  • OOP Based Web Design? For example, Defining a class for menu item then it's entities would be link, alt, title and methods would be goToLink() etc Commented May 28, 2010 at 18:05

2 Answers 2

4

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.

Sign up to request clarification or add additional context in comments.

Comments

0

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.