Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 cakephp 应用程序中的表格上开发一个非常简单的过滤器。我想通过 find 或其他方式过滤列。该字段填充有文本。我想我设置了一个复选框,过滤器是按条件找到的。
如何设置一个单选按钮,我可以在其中处理查找功能的条件?
马库斯
您是指分页索引视图上的“过滤器”吗?
您可能正在寻找类似搜索插件的东西:https ://github.com/cakedc/search
它可以非常轻松地处理这类事情,无需太多配置或编码。