2007-04-21 12:13:34 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!-- $Revision$ -->
|
2009-06-14 07:23:39 +00:00
|
|
|
<!-- EN-Revision: 2972 Maintainer: takagi Status: ready -->
|
2007-04-21 12:13:34 +00:00
|
|
|
<!-- CREDITS: mat-sh,daichi,joe -->
|
|
|
|
|
<sect1 id="variable.compile.dir">
|
|
|
|
|
<title>$compile_dir</title>
|
|
|
|
|
<para>
|
|
|
|
|
コンパイルされたテンプレートが置かれるディレクトリです。デフォルトは
|
|
|
|
|
<filename class="directory">./templates_c</filename> で、
|
|
|
|
|
これは実行中の PHP スクリプトが置かれた場所にある
|
|
|
|
|
<filename class="directory">templates_c/</filename> ディレクトリを探すことを意味します。
|
|
|
|
|
<emphasis role="bold">このディレクトリは web サーバが書き込み可能でなければなりません
|
|
|
|
|
</emphasis>。詳細は
|
|
|
|
|
<link linkend="installing.smarty.basic">インストール</link>
|
|
|
|
|
の説明を参照してください。
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<note>
|
|
|
|
|
<title>テクニカルノート</title>
|
|
|
|
|
<para>
|
|
|
|
|
この設定は相対パス又は絶対パスである必要があります。
|
|
|
|
|
include_path はファイル書き込み時には使用されません。
|
|
|
|
|
</para>
|
|
|
|
|
</note>
|
|
|
|
|
<note>
|
|
|
|
|
<title>テクニカルノート</title>
|
|
|
|
|
<para>
|
|
|
|
|
このディレクトリをwebサーバのドキュメントルート下に置く事は推奨されません。
|
|
|
|
|
</para>
|
|
|
|
|
</note>
|
|
|
|
|
<para>
|
|
|
|
|
<link linkend="variable.compile.id"><parameter>$compile_id</parameter></link>
|
|
|
|
|
および
|
|
|
|
|
<link linkend="variable.use.sub.dirs"><parameter>$use_sub_dirs</parameter></link>
|
|
|
|
|
も参照してください。
|
|
|
|
|
</para>
|
|
|
|
|
</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
|
|
|
|
|
-->
|