I am a new web programmer and am always looking to improve my knowledge and skills. As such I have read countless times on stackoverflow that a good way to do this is to read other peoples code.
This is all fine and well but where can i find some good examples of really well written code? Im thinking specifically php here since this is my main language of use and as its server side i can just look at the source?
Learn how Zend Framework is written. They adopt the best language practices in my opinion.