I never even considered just creating an instance after defining the class. Just too obvious I guess.Thanks Adrian! And thanks, Jay, for the feedback.On 7/4/06,
Adrian Holovaty <[EMAIL PROTECTED]> wrote:
On 7/4/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote:> I think you may be overengineering a b
Hi All,I've been working on a bit of middleware that delegates view processing to a callable class instead of a function, and find myself going back and forth over an implementation detail.Included with the middleware is a base class that further delegates the incoming request to a class method wit