Searching for a complex and well-designed PHP OOP application to learn from

Posted by Raveren on Stack Overflow See other posts from Stack Overflow or by Raveren
Published on 2010-04-05T17:25:15Z Indexed on 2010/04/07 0:03 UTC
Read the original article Hit count: 194

Filed under:
|
|
|

Basically, I am diving ever deeper into complex programming practices. I've almost no friends that are experienced (or more experienced than me) programmers to learn from, so I am looking for the next best thing - learning from the work of strangers.

Can anyone recommend a real world finished and working application written well and OOP-centered. I'd like to take and analyze its source. Bonus if it's based on Zend Framework.

What I am interested most in is objects that unlike desktop applications, have only one real operation done to them (or to their representation in DB or session) during their lifetime (or pageload), like user->logIn(). I'm interested in optimal and reusable design patterns and their real life implementations.

© Stack Overflow or respective owner

Related posts about php

Related posts about oop