Files
smarty/docs/ru/programmers/api-functions/api-clear-compiled-tpl.xml
tony2001 64e51b0e1e multiple ws fixes
added EN-Revision tags everywhere
2004-07-19 13:11:36 +00:00

51 lines
1.3 KiB
XML

<?xml version="1.0" encoding="windows-1251"?>
<!-- $Revision$ -->
<!-- EN-Revision: 1.1 Maintainer: tony2001 Status: ready -->
<sect1 id="api.clear.compiled.tpl">
<title>clear_compiled_tpl</title>
<funcsynopsis>
<funcprototype>
<funcdef>void <function>clear_compiled_tpl</function></funcdef>
<paramdef>string <parameter>tpl_file</parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
Î÷èùàåò óêàçàííóþ îòêîìïèëèðîâàííóþ âåðñèþ øàáëîíà,
èëè âñå îòêîìïèëèðîâàííûå ôàéëû øàáëîíà åñëè íè÷åãî íå óêàçàíî.
Ýòà ôóíêöèÿ òîëüêî äëÿ îïûòíûõ ïîëüçîâàòåëåé è îáû÷íî â åå
èñïîëüçîâàíèè íåîáõîäèìîñòè íåò.
</para>
<example>
<title>clear_compiled_tpl</title>
<programlisting>
<![CDATA[
// î÷èñòèòü îòêîìïèëèðîâàííûé øàáëîí
$smarty->clear_compiled_tpl("index.tpl");
// î÷èñòèòü âñþ äèðåêòîðèþ ñ îòêîìïèëèðîâàííûìè øàáëîíàìè
$smarty->clear_compiled_tpl();
]]>
</programlisting>
</example>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->