Timm Friebe wrote:
On Thu, 2003-12-11 at 00:29, Alan Knowles wrote:
This has been discussed before on the mailing list, (either this or ZE2)
and rejected. - have a look through the archives
http://zend.com/phorum/read.php?num=6&id=242&loc=0&thread=242
- Timm
THanks for the thread, i
On Thu, 2003-12-11 at 00:29, Alan Knowles wrote:
> This has been discussed before on the mailing list, (either this or ZE2)
> and rejected. - have a look through the archives
http://zend.com/phorum/read.php?num=6&id=242&loc=0&thread=242
- Timm
--
PHP Internals - PHP Runtime Development Mailing
Alan Knowles wrote:
for the life of me I cant remember the date of it, (or even find it on
google/zend.com/marc.theaimsgroup... etc.)
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 vari
for the life of me I cant remember the date of it, (or even find it on
google/zend.com/marc.theaimsgroup... etc.)
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) t
Derek Ford wrote:
This is highly unusual I recently started gathering people who
could implement and opinions of those who wanted or didn't want a
'with' construct.
http://www.phpfreaks.com/forums/topic11451.php
I toyed with the idea, and then when I went into core to implement it,
I beca
This is highly unusual I recently started gathering people who could
implement and opinions of those who wanted or didn't want a 'with'
construct.
http://www.phpfreaks.com/forums/topic11451.php
I toyed with the idea, and then when I went into core to implement it, I
became _very_ confused
This has been discussed before on the mailing list, (either this or ZE2)
and rejected. - have a look through the archives
Regards
Alan
netcat wrote:
On Wed, 2003-12-10 at 03:01, jason davidson wrote:
Ive seen the Control Flow constuct With ...End With used in VB (yup,
VB.. :)) although im not a
On Wed, 2003-12-10 at 22:42, Justin Hannus wrote:
> I've used the "with (object)" construct in JavaScript before and I'm
> assuming it would work the same, but instead of:
>
> With $obj
> ->methodCall();
> // ugly ...
>
> it would be much sexier like:
>
> with ($obj) {
> methodCall();
> }
>
walt boring wrote:
BDKR wrote:
jason davidson wrote:
Ive seen the Control Flow constuct With ...End With used in VB (yup,
VB.. :)) although im not a fan of VB, i liked the feature, is there
any consideration to this kind of construct for php.
here the only example if it i could find online for
I've used the "with (object)" construct in JavaScript before and I'm
assuming it would work the same, but instead of:
With $obj
->methodCall();
// ugly ...
it would be much sexier like:
with ($obj) {
methodCall();
}
But its all just sugar. As far as implementing it in userland with a
recurs
BDKR wrote:
jason davidson wrote:
Ive seen the Control Flow constuct With ...End With used in VB (yup,
VB.. :)) although im not a fan of VB, i liked the feature, is there
any consideration to this kind of construct for php.
here the only example if it i could find online for anyone that hasnt
jason davidson wrote:
Ive seen the Control Flow constuct With ...End With used in VB (yup,
VB.. :)) although im not a fan of VB, i liked the feature, is there
any consideration to this kind of construct for php.
here the only example if it i could find online for anyone that hasnt
seen it befor
On Wed, 2003-12-10 at 03:01, jason davidson wrote:
> Ive seen the Control Flow constuct With ...End With used in VB (yup,
> VB.. :)) although im not a fan of VB, i liked the feature, is there any
> consideration to this kind of construct for php.
> here the only example if it i could find online
13 matches
Mail list logo