Discussion: Selective caching
Afficher un message
Vieux 18/11/2005, 07h59   #2
messju mohr
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: [SMARTY] Selective caching

On Fri, Nov 18, 2005 at 10:00:08AM +0530, Sajith A wrote:
> After going through samrty's doc i'm a bit confused about caching. It
> would be a great if some one could point me the right way of
> doing it.
>
>
> Suppose i have a page similar to what is given below,
> --------------------------------------------------------------------------------------------------
> <html>
> <head>
> <title><{$SITE_TITLE}></title>
> </head>
> <body>
> <div id="menu">
> <{include file="includes/menu.tpl"}>
> </div>
> SATIC CONTENT HERE
> </body>
> </html>
> --------------------------------------------------------------------------------------------------
>
> and if i want to cache this page except the contents of menu.tpl .. is
> there a way in smarty to do this.


not with include. but with {insert} with an insert function that does
itself a $smarty->fetch().

> Or smarty doesn't support selective
> caching?
>
> Thank you
> Sajith A
>
> --
> Smarty General Mailing List (http://smarty.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

  Réponse avec citation
 
Page generated in 0,05922 seconds with 9 queries