Re: Pipelinning Output "APP" Framework

2002-04-05 Thread Ged Haywood
Hi there, On Fri, 5 Apr 2002 [EMAIL PROTECTED] wrote: [snip,snip] > My goal is to develop an open source chemical tracking system. > The requirements are > -web based > -FAST These two requirements are mutually exclusive. If you can be a little more specific about your requirements I can proba

Re: Pipelinning Output "APP" Framework

2002-04-05 Thread Perrin Harkins
[EMAIL PROTECTED] wrote: > I know alot of you must do this. > > I want build a simple APP framework to chain the output of all my content > handlers, which would live in many different PM's for easy code management. > > for example: > APP::Header > APP::Footer > APP::Content > APP::Chemical_entr

Re: Pipelinning Output "APP" Framework

2002-04-05 Thread Chris Winters
On Fri, 2002-04-05 at 12:41, [EMAIL PROTECTED] wrote: > I know alot of you must do this. > > I want build a simple APP framework to chain the output of all my content > handlers, which would live in many different PM's for easy code management. > > for example: > APP::Header > APP::Footer > APP:

Pipelinning Output "APP" Framework

2002-04-05 Thread troutb
I know alot of you must do this. I want build a simple APP framework to chain the output of all my content handlers, which would live in many different PM's for easy code management. for example: APP::Header APP::Footer APP::Content APP::Chemical_entry APP::... APP::Controller - would push_handl