konekt/smarty3-include-if-exists
Composer 安装命令:
composer require konekt/smarty3-include-if-exists
包简介
Smarty v3 plugin for specifying conditional inclusion of subtemplates within smarty templates
关键字:
README 文档
README
Summary
This is a smarty v3 plugin for specifying conditional inclusion of subtemplates within smarty templates.
For a similar plugin for smarty v2 click here
Usage
Use the following syntax in smarty templates: {include_if_exists file="foo.tpl" else="bar.tpl"}
Installation
- The easy way: copy the file compiler.include_if_exists.php in your smarty plugins directory.
- The silky way:
- put the file compiler.include_if_exists.php in an arbitrary folder
- add the plugin dir to smarty upon initialization
$smarty->addPluginsDir("your/path/to/the/files");
统计信息
- 总下载量: 8.54k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-20