Writing Plugins 命名约定

PHP Smarty

Smarty - the compiling PHP template engine
Prev 来源:PHP中文社区 Chapter 16. Extending Smarty With Plugins Next

Writing Plugins编写插件

require_once $smarty->_get_plugin_filepath('function', 'html_options');

Prev 来源:PHP中文社区 上一页 Home 回顶部 Next 下一页
Naming Conventions命名约定 Up 向上 Template Functions模板函数