Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Community News:
Namespace Operator Debate Ends with Backslash
Oct 27, 2008 @ 16:15:27

For those that have been keeping up with the namespace debate in the PHP community lately (the issue was the operator that would be used), it seems that a decision has been made - the backslash ( ) is the character of choice.

From Lukas Smith's blog:

So today we had an IRC meeting to discuss namespaces in PHP. We came to a final decision replacing the current double colon separator with a backslash to solve ambiguity issues with the current syntax. So far there has not been much of a reaction on list, except for a post which mentioned concerns related to the fact that backslash is currently used for escaping, but which was quickly responded by Greg to point out that yes we were aware of this, but it is not an issue if you know how to use the backslash properly in double quote strings.

You can find out more about this implementation using the backslash on this entry in the PHP.net wiki (near the bottom of the page).

tagged: namespace operator backslash ambiguity wiki

Link:


Trending Topics: