Initiatives to namespace PHP core and libraries
Posted
by James Maroney
on Stack Overflow
See other posts from Stack Overflow
or by James Maroney
Published on 2010-05-23T17:10:58Z
Indexed on
2010/05/23
18:51 UTC
Read the original article
Hit count: 135
php
With the introduction of Object-Oriented and Namespacing capabilities in PHP, I am loving the new found cleanliness of PHP code that can be produced. The annoying thing though is that the core of PHP is still cluttered, unorganized mess of functions.
Are there any initiatives to organize the PHP core and "common" libraries into namespaces and classes?
© Stack Overflow or respective owner