[PHP-DEV] Re: my last attempt at sanity with namespaces

2008-10-16 Thread Edmund Tam
Hello all, Sorry to post here being an "outsider". I didn't post because I know nothing about the internals, really. However after some incomplete thought I have a not very thorough suggestion about the ambiguity issue mentioned in the RFC wiki. I would like to ask if this is possible. Let me quo

Re: [PHP-DEV] Re: How to build a real Trait thing without exclusion and renaming

2008-02-28 Thread Edmund Tam
"Stefan Marr" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > class Talker { > use A, B, C, D { > B::smallTalk instead A, C, D; //to be read like: use B::smallTalk > // instead the implementations form A, C, D >} > } Excuse me for just raisin