Linked by Adam S on Fri 6th Oct 2006 18:32 UTC
General Development There's an interesting challenge in writing a good book about programming. At a certain point, you'll lose the newbies and alienate the technical. Below the line is a safe introductory book, above it is aimed at a smaller crowd. We had an opportunity review No Starch Press' Object-Oriented PHP, and found it fits nicely into the gap.
Permalink for comment 169377
To read all comments associated with this story, please click here.
Ummm. Guys.... PHP 5 anyone?
by Dolphin on Sat 7th Oct 2006 15:37 UTC
Dolphin
Member since:
2006-05-01

According to PHP itself (the devs of course, not the language), the reason PHP 5 isn't as popular as earlier versions with few upgrades is because it tries to go from a loose and very ill-structured language to something that more closely resembles traditional compiled programming languages.

PHP 6 will be almost fully OO, and as such, taken up by even less people.
If people want OO, they won't use PHP. If they want something fast and powerful that gets the job done with minimum fuss they use PHP (no, not RUBY).

Just my two cents.