sunnnnn/yii2-helper

helper functions for Yii2

1.0.5 2018-12-20 04:38 UTC

This package is auto-updated.

Last update: 2025-03-26 18:47:15 UTC


README

yii-助手类函数

config中配置:
'components' => [
	···
    'helper' => [
		'class' => 'sunnnnn\helper\Helper'
	],
],