|
|
|
|
|
by wvenable
5287 days ago
|
|
Multiple inheritance is a silly implementation of traits/mixins and interfaces. MI combines implementation and type inheritance but with traits/interfaces those concepts are separate and therefore it is much more flexible. The 'use' keyword already exists in PHP for use with namespaces; it's pretty common for C-based languages to overload common keywords. As far as I'm aware, there are no backwards incompatible changes in this release and servers have been tracking the most recent PHP versions much better these days. Also, array[1] is the correct terminology. [1] http://en.wikipedia.org/wiki/Associative_array |
|