人文化 / yii2-iconhelper
帮助函数,将图标与数据库中的模型条目链接
dev-master
2016-07-12 11:05 UTC
Requires
- kartik-v/yii2-helpers: 1.3.5
- yiisoft/yii2: >=2.0.7
This package is not auto-updated.
Last update: 2024-09-14 18:47:42 UTC
README
yii2-database-icon-helper
=========================
帮助函数,将图标与数据库中的模型条目链接
安装
安装此扩展的首选方式是通过 composer。
运行
php composer.phar require --prefer-dist humanized/yii2-icon-helper "*"
或者将以下内容添加到您的 composer.json 文件的 require 部分中:
"humanized/yii2-icon-helper": "*"
to the require section of your composer.json file.
使用方法
扩展安装完成后,只需在您的代码中使用它即可
<?= \\\humanized\\iconhelper\\AutoloadExample::widget(); ?>```