Re: Inserting a handler in "stack of handlers".

2003-01-14 Thread Ruslan U. Zakirov
SB> Geoffrey Young wrote: >> Ruslan U. Zakirov wrote: >>> Hello All! >>> Short synopsis: >>> How to push handler just after handler that working now? >>> More about the problem. >>> I've got main handler, that forms stack of handlers from query >>> string >>> by calling push_handlers()

Re: Inserting a handler in "stack of handlers".

2003-01-13 Thread Stas Bekman
Geoffrey Young wrote: Ruslan U. Zakirov wrote: Hello All! Short synopsis: How to push handler just after handler that working now? More about the problem. I've got main handler, that forms stack of handlers from query string by calling push_handlers(). Then each module doing his jo

Re: Inserting a handler in "stack of handlers".

2003-01-13 Thread Geoffrey Young
Ruslan U. Zakirov wrote: Hello All! Short synopsis: How to push handler just after handler that working now? More about the problem. I've got main handler, that forms stack of handlers from query string by calling push_handlers(). Then each module doing his job. Some handlers needs to

Inserting a handler in "stack of handlers".

2003-01-13 Thread Ruslan U. Zakirov
Hello All! Short synopsis: How to push handler just after handler that working now? More about the problem. I've got main handler, that forms stack of handlers from query string by calling push_handlers(). Then each module doing his job. Some handlers needs to put another hook just after