With ..End With

php.internals

jason davidson

22 years ago
Here is javascripts implementation of the with construct. http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/stmt.html#1004910 im not as fond of that kind of implementation, but the idea is the same. I prefer to have some kind of syntax that indicates you are calling a method or property from the object block your in. J