Hello Stanislav,
$.this_is_ridiculous, as in $.this != $this
marcus
Thursday, October 6, 2005, 11:14:39 AM, you 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
On 10/8/05, Sebastian Bergmann <[EMAIL PROTECTED]> wrote:
>
> Jani Taskinen schrieb:
> > $this->is_fine.
>
> $me->agrees();
>
>
Count me in for $this->way. It just makes more sense and is far easier to
read.
-Mike
--
Michael E. Crute
Software Developer
SoftGroup D
Jani Taskinen schrieb:
> $this->is_fine.
$me->agrees();
--
Sebastian Bergmann http://www.sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://
HH>>So i'm all for keeping the $this-> prefix even though it adds some
HH>>extra typing ...
Socond that also.
I see no reason to change this for the sake of typing 6 characters.
>
> --
> Stanislav Malyshev, Zend Products Engineer
> [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.1
This one time, at band camp, Stanislav Malyshev <[EMAIL PROTECTED]> 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 s
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 c
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 prope
Petar Nedyalkov wrote:
proper scopes for global, classes and functions.
will allow for local variables for functions and classes without having to
use $this->foo in classes and will allow for a more c/c++ like classes.
I think this will pollute the namespace a lot and may lead to spaghetti cod
On Sunday 02 October 2005 23:54, Darren Horrocks wrote:
> proper scopes for global, classes and functions.
> will allow for local variables for functions and classes without having to
> use $this->foo in classes and will allow for a more c/c++ like classes.
I think this will pollute the namespace