Skip to content

yiicod/yii2-datafilter

Repository files navigation

Yii Data filter extension

Latest Stable Version Total Downloads Scrutinizer Code QualityCode Climate

Provides the functionality to create data filters logic. Using handlers you can create chains of filters.

Usage

$filteredData = DataFilter::filter(new MyAwesomeFilter($notFilteredData, $additionalParamsForFilteringData));

Where MyAwesomeFilter extends DataFilterAbstract and has list of handlers, which filters data in course. Each handler should implements DataHandlerInterface

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages