2017 © Pedro Peláez
 

yii2-extension yii2-helpers

扩展了yii2框架本身的一些helper,以及自己添加的一些helpers

image

lunacy/yii2-helpers

扩展了yii2框架本身的一些helper,以及自己添加的一些helpers

  • Sunday, June 17, 2018
  • by Luna-CY
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 200 % Grown

The README.md

Yii2-helper

对yii2框架基础的helpers进行了一些扩展, (*1)

ArrayHelper

  • decode: 提供了对数组的解析、过滤操作
  • extract: 支持对数组提取指定的列,可支持多维数组结构
  • except: 支持移除数组中的指定的列,可支持多维数组结构
  • trim: 对数组元素进行过滤操作,支持自定义函数

StringHelper

  • getPassword: 返回密码的32位md5格式
  • xssClean: 过滤xss攻击代码
  • generateRandomString: 生成一个随机字符串,支持前缀、定长、设置随机因子
  • generateSimpleRandomString: 生成一个简单的随机字符串,随机长度不能超过62位,支持前缀
  • generateUniqueId: 生成一个唯一ID,固定32位长度
  • hideIdentity: 对手机号码和邮箱进行加密操作

QueryHelper

  • parseCondition: 根据请求字符串的内容解析出来AR的where条件
  • parseOrder: 根据请求字符串的内容解析出来AR的order条件
  • parseQueryPage: 获取当前请求的页数
  • parseQuerySize: 获取当前请求的数据列表长度
  • parseOffset: 获取当前查询的偏移量
  • getTotalPages: 计算总页数
  • getInformation: 拼装请求的信息数组

FileHelper

  • getFileTimes: 获取文件的三种时间
  • getExtensionByMimeType: 通过文件的mimeType获取文件的后缀名
  • saveUploadFileByName: 通过上传的文件名称保存文件
  • saveUploadFilesByName: 通过上传的文件名称保存所有文件
  • remove: 移除文件或文件夹
  • getRootPath: 获取web根目录
  • getImageUrl: 转换图片的路径地址
  • getUploadFileRootPath: 获取配置的上传文件的根目录

The Versions

17/06 2018

dev-feature/optimization

dev-feature/optimization https://github.com/Luna-CY/Yii2-helpers

扩展了yii2框架本身的一些helper,以及自己添加的一些helpers

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 helper

28/05 2018

dev-master

9999999-dev https://github.com/Luna-CY/Yii2-helpers

扩展了yii2框架本身的一些helper,以及自己添加的一些helpers

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 helper

28/05 2018

v1.1.0

1.1.0.0 https://github.com/Luna-CY/Yii2-helpers

扩展了yii2框架本身的一些helper,以及自己添加的一些helpers

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 helper

28/05 2018

dev-develop

dev-develop https://github.com/Luna-CY/Yii2-helpers

扩展了yii2框架本身的一些helper,以及自己添加的一些helpers

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 helper

10/05 2018

v1.0.0

1.0.0.0 https://github.com/Accyl/Yii2-helpers

扩展了yii2框架本身的一些helper,以及自己添加的一些helpers

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 helper