Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Activer le cache

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Language: French
View previous topic :: View next topic  
Author Message
vdom
Smarty n00b


Joined: 17 Apr 2008
Posts: 1

PostPosted: Thu Apr 17, 2008 11:28 am    Post subject: Activer le cache Reply with quote

Salut,

index.php

Code:
  $server_path = $_SERVER['DOCUMENT_ROOT'].dirname($_SERVER['PHP_SELF']);
  require($server_path."/smarty/Smarty.class.php");
  $smarty = new Smarty();
 
  $smarty->template_dir = $server_path.'/templates/';
  $smarty->compile_dir = $server_path.'/templates_c/';
 
  // Cache | true / false
  $smarty->cache_dir = $server_path.'/cache/';
  $smarty->caching = false;
  $smarty->compile_check = true;
 
  // Config
  $smarty->config_dir = $server_path.'/templates_conf/';
  $smarty->config_overwrite = false;
  $smarty->config_load('template.conf');


et

Smarty.class.php

Code:

    var $caching         = 1;
    var $cache_dir       =  'cache';
    var $cache_lifetime  =  3600;
    var $cache_modified_check = false;


Qu'est ce qui ne va pas ?

Merci
Back to top
View user's profile Send private message
john 'le borgne'
Smarty Rookie


Joined: 15 Apr 2008
Posts: 9

PostPosted: Sun Apr 20, 2008 4:21 pm    Post subject: Reply with quote

Quote:
$smarty->caching = false;


à true pour activer ...

et puis ne change pas les valeurs dans le fichier Smarty.class.php directement, mais dérive une classe de smarty et ajoutes-y ton code d'initialisation

a+
john
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Language: French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP