antoine wrote:
Hello everyone ,
I have a project where i want to add a new phase between the content
generation
and the logging phase of a request.
In other words i want after the response is generated and ready to be
sent to the client
to manipulate the html produced code (do my stuff) and
On Wed, Oct 21, 2009 at 8:54 PM, antoine wrote:
>
> My friend who works in the same project has done this with filters (i think)
> but we are looking for
> a faster way (maybe a new module enabled after the content generation).
I think anything but a filter is a complete dead end.
--
Eric Coven
Hello everyone ,
I have a project where i want to add a new phase between the content
generation
and the logging phase of a request.
In other words i want after the response is generated and ready to be
sent to the client
to manipulate the html produced code (do my stuff) and then send it to