From: Nathan D. <na...@ch...> - 2002-11-14 21:23:51
|
> > Given that we're moving to "Modus as service" as our model, > > server.modus makes the most sense to me (why copy it all into the > > request scope, after all?). Make sense? > > Yes, although I still prefer the UDF approach :) Well, but you still need to put it in the server or request or application (or session) scope to make it available to custom tags. I think server.modus is just a struct, not a CFC instance. So, putting UDF's in that struct should not be a big deal. This assumes the user won't do something stupid like structClear(server.modus), but I suppose there's little to be done about that. - n |