?
This document uses PHP Chinese website manual Release
This is the name of the directory where compiled templates are
located. By default this is "./templates_c", meaning that it
will look for the compile directory in the same directory as
the executing php script.
該變量定位編譯模板的目錄名字。默認(rèn)情況下,目錄是:“./templates_c”,也就是說(shuō)他將會(huì)在和php執(zhí)行腳本相同的目錄下尋找編譯目錄。
Technical Note: This setting must be either a relative or absolute path. include_path is not used for writing files.
技巧:該設(shè)置必須是一個(gè)相對(duì)或絕對(duì)路徑。包含路徑不用于寫文件。
Technical Note: It is not recommended to put this directory under the web server document root.
技巧:不推薦把編譯目錄放在web服務(wù)器根目錄下。