Hi,

Am 24.09.2004 um 14:30 schrieb Joe Schaefer:

Boris Zentner <[EMAIL PROTECTED]> writes:

[...]

It makes only sense the other way around. A $apr->param('parameter');
must provide a valid object.

That's why I suggested subclassing Apache::Request, so you can have param() do whatever you want.


Thats what I'm doing already. But this is only a hack and not a solution.


- I lost all the speed from libapreq2 im really slow since I have to copy all the data to a perl object only for the lost bit.
- Since I subclass, a user can call params and get a APR::Table object that is totally unrelated to the data he is interested in.


But thats my solution unless APR::Table gets fixed.

Thanks

--
Boris


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



Reply via email to