Linked by Adam S on Fri 6th Oct 2006 18:32 UTC
Thread beginning with comment 169377
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: Ummm. Guys.... PHP 5 anyone?
by Joe User on Sat 7th Oct 2006 17:03
in reply to "Ummm. Guys.... PHP 5 anyone?"
> If people want OO, they won't use PHP
You're crazy. OOP with PHP5 and MVC is the way to go, very clean and structured programming that is easily maintainable. What else do you want to use beside PHP? Maybe mod_python, but that's it. Definately not JSP! (although it's 100% OOP)
RE[2]: Ummm. Guys.... PHP 5 anyone?
by Dolphin on Sat 7th Oct 2006 19:18
in reply to "RE: Ummm. Guys.... PHP 5 anyone?"
Yeah, *I* agree with you. But that's besides the point.
If the OOP guys want to use PHP, that's great.
But the fact remains, PHP's OOP-direction for v6 and beyond *is* undeniably scaring away many people.
This isn't me talking, it's the numbers. Ask the PHP devs. I use PHP for OOP and you do too... But that scares the living shit out of a lot of others. OOP isn't hard, it's just perceived as being such by the n00bs and script-boys...






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.