Download the PHP package kield-01/cakephp3-json-pagination without Composer
On this page you can find all versions of the php package kield-01/cakephp3-json-pagination. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kield-01/cakephp3-json-pagination
More information about kield-01/cakephp3-json-pagination
Files in kield-01/cakephp3-json-pagination
Download kield-01/cakephp3-json-pagination
More information about kield-01/cakephp3-json-pagination
Files in kield-01/cakephp3-json-pagination
Vendor kield-01
Package cakephp3-json-pagination
Short Description JSON Pagination trait for CakePHP 3.x
License GPL-3.0-or-later
Package cakephp3-json-pagination
Short Description JSON Pagination trait for CakePHP 3.x
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package cakephp3-json-pagination
CakePHP 3.x JSON Pagination Trait
Badges
Installation
composer require kield-01/cakephp3-json-pagination && composer dump-autoload -o
How to use?
In Your AppController
, You must add use JsonPaginationTrait
to use the trait application-wide:
`
Or You could add it only to the controller You want:
`
How to get the data?
At first, You should load Your model, which You want to use with JsonPaginationTrait
or to use autoloaded by the classname:
`
All versions of cakephp3-json-pagination with dependencies
PHP Build Version
Package Version
The package kield-01/cakephp3-json-pagination contains the following files
Loading the files please wait ....