Where to find beautiful PHP code to read?
php
Solution
CodeIgniter code is beautiful. There are many projects written in CodeIgniter which are publically available and you can check out the source code.
Have a look at the Getting started page of CodeIgniter's tutorial and read through. I can gaurantee you'll be inspired and want to fire up your IDE and get coding straight away :).
You can also download and have a look at the source code of Bamboo invoice. When I need inspiration I also search for 'php code' on youtube :)
Problem
As a way to find inspiration and improve my PHP skills, I am looking for some beautiful PHP source code to read, preferably an open source "standard" web site rather than a more tool-like project such as phpMyAdmin. So, where can I find some beautiful PHP code?