Basically, I dive deeper into complex programming practices. I have almost no friends who are experienced (or more experienced than me) programmers to study, so I am looking for the next best thing - to learn from the work of strangers.
Can anyone recommend a ready-made and working real-world application written well and oriented towards OOP. I would like to analyze its source. Bonus if it is based on the Zend Framework.
What interests me the most is objects that, unlike desktop applications, perform only one real operation (or represent them in a database or session) during their lifetime (or pageload), for example user-> logIn (). I'm interested in optimal and reusable design patterns and their realistic implementations.
source
share