Download the PHP package brenoroosevelt/cakephp-filter without Composer
On this page you can find all versions of the php package brenoroosevelt/cakephp-filter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download brenoroosevelt/cakephp-filter
More information about brenoroosevelt/cakephp-filter
Files in brenoroosevelt/cakephp-filter
Download brenoroosevelt/cakephp-filter
More information about brenoroosevelt/cakephp-filter
Files in brenoroosevelt/cakephp-filter
Vendor brenoroosevelt
Package cakephp-filter
Short Description Filter plugin for CakePHP 3.x
License MIT
Package cakephp-filter
Short Description Filter plugin for CakePHP 3.x
License MIT
Please rate this library. Is it a good library?
Informations about the package cakephp-filter
Filter plugin for CakePHP 3.x
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
Load the plugin
Add following to your config/bootstrap.php
Usage
Controller class
Template views
You have to add a form to your index.ctp, corresponding with the alias of your filter configuration.
Filter options
The following options are supported:
field
(string
) The name of the field to use for searching.operator
(string
) The operator used for searching.explode
(boolean
) Used only with operatorLIKE
andILIKE
to explode the string query.
Operators
The following options are supported:
=
>
<
>=
<=
LIKE
ILIKE
IN
Persisting query (session)
All query strings are persisted using sessions. Make sure to load the Session component.
All versions of cakephp-filter with dependencies
PHP Build Version
Package Version
The package brenoroosevelt/cakephp-filter contains the following files
Loading the files please wait ....