mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-04 14:21:36 +01:00
47 lines
1.4 KiB
XML
47 lines
1.4 KiB
XML
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
|||
|
|
<!-- $Revision$ -->
|
|||
|
|
<sect1 id="variable.cache.dir">
|
|||
|
|
<title>$cache_dir</title>
|
|||
|
|
<para>
|
|||
|
|
Isso <20> o nome do diret<65>rio onde os caches do template s<>o
|
|||
|
|
armazenados. Por padr<64>o isso <20> "./cache", significando que isso ir<69> olhar
|
|||
|
|
para o diret<65>rio de cache no mesmo diret<65>rio que executar scripts PHP.
|
|||
|
|
Voc<6F> pode tambe usar sua pr<70>pria fun<75><6E>o customizada de manuseamento de cache
|
|||
|
|
para manipular arquivos de cache,
|
|||
|
|
que ir<69>o ignorar esta configura<72><61>o.
|
|||
|
|
</para>
|
|||
|
|
<note>
|
|||
|
|
<title>Notas T<>cnicas</title>
|
|||
|
|
<para>
|
|||
|
|
Essa configura<72><61>o deve ser ou um relativo
|
|||
|
|
ou absoluto path. include_path n<>o <20> usado para escrever em arquivos.
|
|||
|
|
</para>
|
|||
|
|
</note>
|
|||
|
|
<note>
|
|||
|
|
<title>Notas T<>cnicas</title>
|
|||
|
|
<para>
|
|||
|
|
N<>o <20> recomendado colocar este diret<65>rio sob um diret<65>rio
|
|||
|
|
document root do seu webserver.
|
|||
|
|
</para>
|
|||
|
|
</note>
|
|||
|
|
</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
|
|||
|
|
-->
|