PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, April 22, 2022

[FIXED] How to - easy filter cakephp table

 April 22, 2022     action, cakephp, cakephp-2.3, find, php     No comments   

Issue

i'm trying to develop an very easy Filter over a table in a cakephp app. I want to filter over the columns via find or something else. The field are filled with text. I think i set an checkbox an the filter is find all by conditions.

How do i setup an radio-button where i can handle an condition for the find functon?

Marcus


Solution

Do you mean "filters" on the paginated index view?

You are probably looking for sth like the search plugin: https://github.com/cakedc/search

It can handle this sort of thing very easily and without much configuration or coding.



Answered By - mark
Answer Checked By - Cary Denson (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing