|
"Now PHP5 is about to impose OO on the PHP world. The Zend Engine overhaul (ZE2) is taking objects into the core of the language. Not only do new language constructs encourage object programming style, but the language implementation is falling in line with other OO environments. For instance, objects are no longer copied around by default but are rather handled via references. New keywords (such as final or static) have been introduced that are only relevant to object concepts and are reminiscent of Java;" Story (Submitted by Noel Tue Apr 20, 2004 ) |