tacnoman/yii2hinclude
Composer 安装命令:
composer require tacnoman/yii2hinclude
包简介
README 文档
README
This is a plugin to use Hinclude JS in Yii2.
Hinclude adds one element to HTML; hx:include. When the browser encounters this element, it will include the document at the end of the src attribute.
{
"require": {
"tacnoman/yii2hinclude": "dev-master"
}
}
How to usage:
use \Tacnoman\Yii2Hinclude; Yii2Hinclude::begin(['url'=>['page','id'=>3]); // if you are using fontawesome echo '<i class="fa fa-spinner fa-spin"></i>'; Yii2Hinclude::end();
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-09