David Zülke wrote:
Oh yes, sure, that must be the main point about namespaces - I can use "::" instead of "_" as a delimiter! Yay!

If all you are going to do is:

<?php

include "MyClass.php";
import MyClass;

?>

Then why use a namespace? I really don't see the point. Namespaces are doing nothing for you in this case.

--

Brian Moon
Senior Developer
------------------------------
http://dealnews.com/
It's good to be cheap =)

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

Reply via email to