From: Michael K. <mi...@ta...> - 2001-05-26 23:53:30
|
> > Wow, maybe ASP had a redeeming quality? ;) > > ugh, I suppose so. :) > > _a > Well, kinda, yeah. But it didn't have anything as cool as extract, AFAIR. We put args into a system object, which gets passed around to the various classes. function blah($x,$y,$obj) { extract($obj->postvars); extract($obj->getvars); } Rather the best of both world, imo. Structure plus extract(). :) MK |