btwael / mammouth

Unfancy PHP
http://mammouth.boutglay.com
MIT License
214 stars 22 forks source link

Namespaces with Slashes #30

Closed davidmatter closed 10 years ago

davidmatter commented 10 years ago

With some keyboard layouts (like German or Swiss) it's far easier to type a slash than it is to type a backslash. In big projects with many namespaces/sub-namespaces this can be a bit of a pain.

Would it be possible to support multiple types of namespace declaration notations?

e.g.:

{{
namespace SomeNamespace/SubNamespace/SubSubNamespace
}}
davidmatter commented 10 years ago

Great! Thank you for implementing it!