阅读(3742) (1)

转换至 JSON

2016-02-24 15:52:31 更新

Paginator 类实现 Illuminate\Contracts\Support\JsonableInterface 接口的 toJson 方法。由路由返回的值,您可能将 Paginator 实体传换成 JSON。JSON 表单的实体会包含一些「元」信息,例如 total、current_page、last_page。该实体数据将可通过在 JSON 数组中 data 的键取得。