PHP 5's new look (NewsForge)
[Posted October 19, 2004 by ris]
NewsForge
introduces
some of the new features in PHP 5. "
The greatest change in PHP 5
comes with a complete redesign of its object model, and with it, a tighter
integration to object-oriented (OO) paradigms. Previous versions' usage of
objects had one major drawback: Objects were not tightly aligned with the
behavioural patterns observed in other object languages like Java or
C++. While PHP offered a simpler approach, the disparity created a
considerable chasm for those wanting to use PHP in a truly object-oriented
manner -- in the sense of what the industry perceives as
object-oriented."
(
Log in to post comments)