from what i remember, it had a number of flaws.
a) ambiguaty of the source of a variable or method, (as it was originally illustrated as poluting the local variable namespace)
b) the same (or similar) result, could easily be done using aliases, eg. $a = &$this->xxx->yyyy $a->doThis();
rather than
with ($this->xxx->yyy) { doThis(); }
Regards Alan
jason davidson wrote:
If someone could help me find the discusions on the topic, i would greatly appreciate it. I searched and have not found anything yet. Or if someone could explain why the idea was rejected.
Thanks
jason
-- Can you help out? Need Consulting Services or Know of a Job? http://www.akbkhome.com
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php