RFC #0222: Optional support for PHP 5.3 namespacesat 2011-12-23 in 5.9-SERIES, PHP5, RFCs by friebe (0 comments) Scope of ChangeSupport for writing and using classes within PHP 5.3 namespaces will be added to the XP Framework's core. Because PHP namespaces are only available with PHP >= 5.3.0, support will be optional - using XP with PHP 5.2.x just will not offer the feature. Rationale Add benefit of using namespaces in classes. Namespaces allow reusing class names in a separate context, removing the need of class name prefixes and thus increasing overall code readability. Read the full RFC here |
|