Earlier quoted context omitted.
Why is PHP OO a horrible idea?
PHP OO is broken in many ways (of which you can find a list in the blog post "php a fractal of bad design" PHP is naturally (due to it's C libs) non-OO and will thus only implement OO "that" far. Lastly, OO is not a silver bullet and is best used only in front-end, and languages that were designed with it in mind.
Agreed. Although the problem is more that PHP in general (not just its OO features) is really broken.
> PHP is naturally (due to it's C libs) non-OO and will thus only implement OO "that" far.
I have no idea what you mean here. AFAIK, there is nothing about C that prevents PHP from properly implementing OO principles. In fact, Ruby is written mostly in C and is completely OO.
> is best used only in front-end
What?
> and languages that were designed with it in mind
Sure, I guess...