What are some design patterns that you know of for PHP OOP?

Posted by Doug on Stack Overflow See other posts from Stack Overflow or by Doug
Published on 2010-04-11T01:39:49Z Indexed on 2010/04/11 2:23 UTC
Read the original article Hit count: 380

Filed under:
|

I recently learned a lot about MVC design pattern which is a very interesting concept. I would assume there are a lot more design patterns out there, and I thought it would be great for people to share some.

Here's my contribution, MVC design pattern: http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller

© Stack Overflow or respective owner

Related posts about php5

Related posts about oop