Download the PHP package minuux/codeigniter-library-paginate without Composer
On this page you can find all versions of the php package minuux/codeigniter-library-paginate. 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 codeigniter-library-paginate
codeigniter 分页类
require
- helper:url
- database
使用
返回的对象$this->paginate->get()为一个对象
配置filter
-
精准(precise):通过在查询的值前后添加号来模糊查询,比如 内容 类似 like '内容%',也可以通过,查询多个值. 内容1,内容2 类似 in('内容1','内容2')
- 模糊(fuzzy):效果类似 like '%内容%'
All versions of codeigniter-library-paginate with dependencies
PHP Build Version
Package Version
Requires
minuux/codeigniter-installers Version
^2.0.0
The package minuux/codeigniter-library-paginate contains the following files
Loading the files please wait ....