On 27/02/2008, Joshua Thompson <[EMAIL PROTECTED]> wrote:
>  <snip>
> // now to the questions
>  $talker = new Talker();
>  echo $talker->talk(); // What does this echo? My assumption is 'B'.
>  echo $talker->bigTalk(); // How about this?
>  echo $talker->smallTalk(); // This should be 'b'.

Wouldn't traits as namespaces solve this?

It seems like an ideal solution.

-- 
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"

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

Reply via email to