cvs: smarty /docs programmers.sgml
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1076664003@cvsserver> |
messju Fri Feb 13 04:20:03 2004 EDT
Modified files:
/smarty/docs programmers.sgml
Log:
added note about use_sub_dirs and Smarty-2.6.2 .
fixed markup for section about clear_compiled_tpl() .
http://cvs.php.net/diff.php/smarty/docs/programmers.sgml?r1=1.52&r2=1.53&ty=u
Index: smarty/docs/programmers.sgml
diff -u smarty/docs/programmers.sgml:1.52 smarty/docs/programmers.sgml:1.53
--- smarty/docs/programmers.sgml:1.52 Sun Jan 25 10:52:14 2004
+++ smarty/docs/programmers.sgml Fri Feb 13 04:19:59 2004
@@ -468,7 +468,8 @@
<para>
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 <varname>use_sub_dirs</varname>
+ defaults to false.)
</para>
</sect1>
<sect1 id="variable.default.modifiers">
@@ -741,7 +742,7 @@
<funcsynopsis>
<funcprototype>
<funcdef>void <function>clear_compiled_tpl</function></funcdef>
- <paramdef>string <parameter><optional>tpl_file</parameter></optional></paramdef>
+ <paramdef>string <parameter><optional>tpl_file</optional></parameter></paramdef>
<paramdef>string <parameter><optional>compile_id</optional></parameter></paramdef>
<paramdef>int <parameter><optional>exp_time</optional></parameter></paramdef>
</funcprototype>
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php