?
? ????? PHP ??? ???? ??? ?? ??
Plugin files and functions must follow a very specific naming convention in order to be located by Smarty.
插件文件和函數(shù)必須遵循特定的命名約定以便Smarty識別。
The plugin files must be named as follows:
插件文件必須命名如下:
type . name .php
Where type is one of these plugin types:
其中type是如下插件中的一種:
And name should be a valid identifier (letters, numbers, and underscores only).
name為僅包含字母、數(shù)字和下劃線的合法標志符。
Some examples例如: function.html_select_date.php, resource.db.php, modifier.spacify.php.
The plugin functions inside the plugin files must be named as follows:
插件內(nèi)的函數(shù)應遵循如下命名約定:
smarty_ type _ name ()
The meanings of type and name are the same as before.
type和name的意義如前。
Smarty will output appropriate error messages if the plugin file it needs is not found, or if the file or the plugin function are named improperly.
如果指定的插件文件不存在或命名不合規(guī)范,Smarty會輸出相應的錯誤信息。