?
? ????? PHP ??? ???? ??? ?? ??
This is the name of the default template directory. If you do
not supply a resource type when including files, they will be
found here. By default this is "./templates", meaning that it
will look for the templates directory in the same directory as
the executing php script.
該變量定義默認(rèn)模板目錄的名字。當(dāng)包含文件時(shí),如果不提供一個(gè)源類(lèi)型(即源地址),那么將會(huì)到模板目錄中尋找。默認(rèn)情況下,目錄是:“./templates”,也就是說(shuō)他將會(huì)在和php執(zhí)行腳本相同的目錄下尋找模板目錄。
Technical Note: It is not recommended to put this directory under the web server document root.
技巧注意:不推薦把模板目錄放在web服務(wù)器根目錄下。