Hi, Your suggestion seems ok too, anything is better than *no functioning way at all to do it*.
Regards, Stan Vassilev ----- Original Message ----- From: James Dempster To: Stan Vassilev | FM Cc: internals@lists.php.net Sent: Saturday, May 31, 2008 4:02 PM Subject: Re: [PHP-DEV] Alternative to multiple namespaces per file I would agree with you, I think namespaces should wait for a later version. Maybe 6 or even later. I believe there are many problems that need to be sorted be namespaces hit release. Maybe we could do something like so. namespace Fully::Qualified::Class::Name class Declaration extends Whatever implents MyInterface { } I have reservations in using :: as a resolution operator which can easily clash with normal class space usage. Is it too late to have these discussions?? It seems I missed the big namespace discussions on the mailing list and things have already gone ahead.