?
This document uses PHP Chinese website manual Release
This is the directories where Smarty will look for the plugins that it
needs. Default is "plugins" under the SMARTY_DIR. If you supply a
relative path, Smarty will first look under the SMARTY_DIR, then
relative to the cwd (current working directory), then relative to each
entry in your PHP include path.
該變量定義Smarty尋找所需插件的目錄。默認(rèn)是在SMARTY目錄下的“plugins”目錄。如果提供了一個(gè)相對(duì)路徑,Smarty將首先在SMARTY目錄下尋找,然后到當(dāng)前工作目錄下尋找,繼而到php包含路徑中的每個(gè)路徑中尋找。
Technical Note: For best performance, do not setup your plugins_dir to have to use the PHP include path. Use an absolute pathname, or a path relative to SMARTY_DIR or the cwd.
技巧:為了獲取最好性能,不要將插件目錄安裝成必須使用php包含路徑的境地。最好用一個(gè)絕對(duì)路徑名字,或者是一個(gè)相對(duì)SMARTY目錄或當(dāng)前工作目錄的路徑。