Download the PHP package fanqingxuan/presenter without Composer
On this page you can find all versions of the php package fanqingxuan/presenter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package presenter
这个库主要是结构化输出结果,避免后端增加或者删除字段导致返回结果字段被增删。
环境要求
php>=5.4
安装使用
使用方法
输出结果
功能说明
-
输出单记录结构
注意transform第三个参数是false,表示数据源是单记录结构
-
输出单记录结构,且结构引入其他资源
- 方式一
Transformer类的构造函数传引用的资源,可以是数组或者字符串
- 方式二
通过Transformer的setAvailableIncludes()方法设置引用的资源,参考可以是数组或者字符串,字符串用逗号区分多个资源。
-
输出集合资源
注意transform()方法没有专递第三个参数,第三个参数默认为true,表示处理集合
-
输出集合资源,且引用其它资源结构
和单资源一样,也有两种方式,两种方式代码如下
All versions of presenter with dependencies
PHP Build Version
Package Version
The package fanqingxuan/presenter contains the following files
Loading the files please wait ....