PHP in Action Rotating Header Image

Blog me tender

Inspired by a thread in the Sitepoint PHP application design forum, I went looking for some open source blogging software that was reasonably well designed. The reason was that I wanted to be able to modify the application if necessary but without having to enter “the heart of darkness”–trying to decrypt the kind of obscure code that is all too common in PHP applications.

My approximate minimum requirement for a good design is some kind of object-orientation. To test that, I downloaded about 30 different applications and searched the PHP code for the keyword class. pLog was the winner; that's why I'm using it to write this.

WordPress looked promising from the numbers I got at first, but from what I'd heard about it, I was skeptical. Checking it out, I found that the vast majority of occurrences of class were actually CSS classes.

After correcting that, my list looks like this:

917 plog-1.0
135 b2evolution
86 serendipity
57 wordpress
32 easymoblog-0.4.1
24 redblog
24 bblog
22 bdblog
11 hold
10 complete
7 pixelpost_1.4.2
6 bmachine
6 birdblog_1-3-4
5 rws_1_0
2 esqlanelapse2-BETA7
1 webspotblogging
1 phase

The names may be somewhat mysterious, since they're derived from the downloaded file names. WordPress is still getting unfair positive attention, since some of the occurences of class are actually a variable name $class. I'm sure there are other sources of error as well, and there may be other apps out there that I've missed. But the results are interesting.

Share/Save/Bookmark

Leave a Reply