On 18.07.2006 20:03, Matt Sicker wrote:
It'd be nice to have a php namespace, wouldn't it? ;)

And that would help... how?
Two classes named "Date" will still clash, namespaces won't magically solve it.

Maybe you might not want to include that class until PHP6. Or, how about for backwards compatibility, you do prefix the class name with PHP, but when namespaces come into play, using the php namespace effectively removes the PHP prefix (e.g. PHPDate == php::Date).


--
Wbr, Antony Dovgal

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to