zendframework / Namespacer

PHP Class converter to namepaces.
19 stars 7 forks source link

Implementation for transforming namespaces or classes with reserved word... #2

Closed alexdennis closed 10 years ago

alexdennis commented 10 years ago

...s

Ran across issue where the source of the namespacer execution contained classes with reserved names in the namespace.

Adding Namespace to the end of such namespaces and Class to the end of any such class when the map file is generated

User can still go and change things how they like in the resultant map file but this makes it easier to find those places where a change might be needed and also allowing the new namespaces to work without changing anything if desired.