Skip to content

kevthunder/cake-custom-filter

Repository files navigation

Custom Filter Plugin

For cakePHP 1.3

This module add controls to your paginated view to filter result on any field

Installation

  1. Put the content of this plugin in "app/plugins/" in a folder named "custom_filter".
  2. Run "database.sql" in the database.

Getting started

In the Controller

	var $components = array('CustomFilter.CustomFilter');

In the model

var $actsAs = array('CustomFilter.CustomFiltered');

In the view

<?php echo $this->CustomFilter->filters(); ?>

About

This cakePHP plugin adds controls to your paginated view to filter result on any fields

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published