Re: [Pas-dev] Re: PAS include file directive
Status: Beta
Brought to you by:
mortis
From: Mental P. <me...@ne...> - 2004-01-30 21:55:34
|
Justin Bedard wrote: > Considering the majority of the content of the included pages will be > executed at runtime... I'd say I have the blinders on. :) > > I guess then what I'm asking for is a dynamic include vs the static > include. Just like in JSP's: > > I understand what you're trying to do. I'm interrested in seeing how you do it. The static includes get rolled into the compiled .pm file along with the psp page. Do you plan on having the dynamic includes be a separate pm that gets required/called by the psp? This would allow apache to cache the dynamic includes as they're used by other pages. It'd also mean less duplicated code in the compiled objects. -- Mental (Me...@Ne...) Omnem crede diem tibi diluxisse supremum. GPG public key: http://www.neverlight.com/pas/Mental.asc |