indeximstudio / ajaxpars
用于处理ajax数据的类
3.0.1
2019-02-13 20:49 UTC
Requires
- php: >=5.6.0
- indeximstudio/curator-modx: 1.0.3
This package is auto-updated.
Last update: 2024-09-26 04:21:19 UTC
README
使用ajax轻松实现任何数据的遍历的类。
安装
通过Composer
$ composer require indeximstudio/ajaxpars
使用方法
公共方法
getScript()
@return string
将脚本连接到页面
getProgress()
@return string
输出进度条
StartPars()
启动遍历
StopPars()
停止遍历
getValueJson()
@return string (json)
以json格式返回对页面的执行请求的信息
抽象方法
getCountIterations()
@return int
返回遍历元素的数量
getAction()
执行获取到的数据操作
许可证
The MIT License (MIT). 更多信息请参阅 许可证文件。