sharing data within a handler (but not across)

2006-05-26 Thread Jonathan Vanasco
long story short: i built my own mvc framework. i specifically wanted to keep apache related stuff out of the model when designing it, but i was in the situation where i needed to access it for a quick hack ( i chose the longer elegant solution that negated touching it ) and said "hm... i

Re: sharing data within a handler (but not across)

2006-05-27 Thread John ORourke
Jonathan Vanasco wrote: i specifically wanted to keep apache related stuff out of the model when designing it, but i was in the situation where i needed to access it for a quick hack ( i chose the longer elegant solution that negated touching it ) and said "hm... i wonder how could i do