On Thu, 6 Oct 2005, Stanislav Malyshev wrote:


HH>>So i'm all for keeping the $this-> prefix even though it adds some
HH>>extra typing ...

Just a thought - we could have compromise solution, i.e. some syntax sugar
to mean $this->foo - for example $.foo or something like that. This way we
have clear visual difference between locals and properties and at the same
time save a lot of $this-> typing. Of course, the downside is that you
coudl type $. accidentally :)

    And make the scripts even harder to read? No thanks.
    $this->is_fine.

    --Jani

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

Reply via email to