Though, I would not reccomend it to you as your caching mechanism. Only
for when you are actually using Smarty.. which is still makes no much
sence since Smarty is saving the compiled version of your file.


Maxim Maletsky
[EMAIL PROTECTED]

www.PHPBeginner.com  // where PHP Begins


On Mon, 14 Oct 2002 08:02:37 -0700 (PDT)
olinux <[EMAIL PROTECTED]> wrote:

> Smarty template will allow you to cache certain
> pieces.
> 
> http://smarty.php.net
> 
> olinux
> 
> 
> --- Krzysztof Dziekiewicz <[EMAIL PROTECTED]> wrote:
> > > Is the general logic to slice the page into some
> > general pieces. For example
> > > ones that have always general data and those that
> > change. Then the ones that 
> > > don't change are streamed to the user using
> > passthrough and the rest of the 
> > > page is generated dynamically with the newest
> > relevant data.
> > 
> > If a page has parts that change and not you can make
> > frameset. In a frame that
> > does not change you send caching headers.
> > Durign generating page you can cache in memory
> > unchangeble parts.
> > 
> > 
> > -- 
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> > 
> 
> 
> __________________________________________________
> Do you Yahoo!?
> Faith Hill - Exclusive Performances, Videos & More
> http://faith.yahoo.com
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

-- 
Maxim Maletsky
[EMAIL PROTECTED]

www.PHPBeginner.com  // where PHP Begins


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to