Linked by Thom Holwerda on Sun 30th Sep 2012 20:15 UTC, submitted by MOS6510
Thread beginning with comment 537132
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
I used to hate PHP with passion, but got used to it on my own website.
My provider only offers Perl and PHP, and it is too much of an hassle to change provider just because of the language.
For what I do, it is good enough, even if I wouldn't advise in language in the type of corporation projects we do.
RE[3]: Comment by some1
by lucas_maximus on Tue 2nd Oct 2012 04:36
in reply to "RE[2]: Comment by some1"
RE[3]: Comment by some1
by lucas_maximus on Tue 2nd Oct 2012 04:35
in reply to "RE[2]: Comment by some1"






Member since:
2009-08-18
PHP's OOP design was supposed to be taken from Java.
So with PHP you have this odd procedural style hangover from PHP 4 and Java like (but significantly different enough to make me think it is more similar to C++) OOP.
Plus you got all the other horrible things that still exist in PHP.