From 242e794bbc9b12f1ed5ce60ce5c405f6d106b4ed Mon Sep 17 00:00:00 2001 From: messju Date: Fri, 13 Feb 2004 09:19:59 +0000 Subject: [PATCH] added note about use_sub_dirs and Smarty-2.6.2 . fixed markup for section about clear_compiled_tpl() . --- docs/programmers.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/programmers.sgml b/docs/programmers.sgml index 16dd3572..7e9792de 100644 --- a/docs/programmers.sgml +++ b/docs/programmers.sgml @@ -468,7 +468,8 @@ $smarty->autoload_filters = array('pre' => array('trim', 'stamp'), Set this to false if your PHP environment does not allow the creation of sub directories by Smarty. Sub directories are more efficient, so use them - if you can. + if you can. (Note: Since Smarty-2.6.2 use_sub_dirs + defaults to false.) @@ -741,7 +742,7 @@ $smarty->clear_cache("index.tpl","CACHEID"); void clear_compiled_tpl - string tpl_file + string tpl_file string compile_id int exp_time