On Fri, 25 May 2001, barries wrote:
 
> That way the $r->add_xxx_filter( $name, $ctx ) DWIMs what to do with
> $ctx.

sounds good.
 
> What do you think of enabling Apache::Filter instance subclassing, given
> that filters have to inherit from it anyway to get the CODE attrs
> working?
> 
> Seems like a $r->add_xxx_filter( new Foo::Filter ) is a very simple
> interface.  It's a way of hiding the $ctx and $name in the same blessed
> reference and getting all the context to "just work" using well
> understood Perl OO semantics.  It'd probably mean giving $f some magic
> to make it drive like a HASH ref for the subclasses.

that would be cool!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to