search
HomeBackend DevelopmentPHP TutorialAdmin generator, filters and I18n_PHP tutorial

Three easy steps

1) configure function
Add an input for each field you want to include in your filter

复制代码 代码如下:

$this->widgetSchema['name'] = new sfWidgetFormFilterInput(array('with_empty' => false));
$this->validatorSchema['name'] = new sfValidatorPass(array('required' => false));

2) add a query modification when filtering for that field
I've done it for Doctrine. Pay atention to the method name addFIELDColumnQuery.
复制代码 代码如下:

public function addNameColumnQuery(Doctrine_Query $query, $field, $values)
{
if (is_array($values) && isset($values['text']) && '' != $values['text'])
{
$query->leftJoin('r.Translation t')
// ->andWhere('t.lang = ?', $especify_one_language) // or it will search in all of them
->andWhere('CONCAT(t.name, t.shortname) like ?', '%' . $values['text'] . '%');
}
}

3) Add your searching fields

复制代码 代码如下:

public function getFields()
{
return parent::getFields() + array('name' => 'Text');
}

From: http://oldforum.symfony-project.org/index.php/t/24350/

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/324387.htmlTechArticleThree easy steps 1) configure function Add an input for each field you want to include in your filter 复制代码 代码如下: $this-widgetSchema['name'] = new sfWidgetFormFilterI...
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
艾尔登法环easy anti cheat无法启动游戏怎么办艾尔登法环easy anti cheat无法启动游戏怎么办Mar 11, 2024 pm 12:40 PM

玩家在艾尔登法环中进行游戏时,有的玩家出现了easyanticheat无法启动游戏得问题,一般遇到这种问题一种是因为时区不对可以尝试将区域语音修改为beta版本。艾尔登法环easyanticheat无法启动游戏怎么办1、将区域语音修改为beta版本一般遇到这种问题一种是因为时区不对,需要将区域语音修改为beta版本。打开设置,在设置中点击“管理语言设置”,将区域语音修改为beta版本,将区域语音修改为beta版本,重启电脑即可。2、系统路径中有中文打开C盘-用户文件夹,如果显示的是用户,改成Us

VUE3基础教程:使用filters进行数据过滤VUE3基础教程:使用filters进行数据过滤Jun 15, 2023 pm 08:37 PM

VUE3是目前前端开发中较为流行的一种框架,其所提供的基础功能能够极大的提高前端开发效率。其中filters就是VUE3中一个非常有用的工具,使用filters可以很方便地对数据进行筛选、过滤和处理。那么什么是filters呢?简单来说,filters就是VUE3中的过滤器。它们可以用于处理被渲染的数据,以便在页面中呈现出更加理想的结果。filters是一些

Vue 中使用 filters 实现数据格式化及数据过滤的技巧Vue 中使用 filters 实现数据格式化及数据过滤的技巧Jun 25, 2023 pm 06:49 PM

Vue.js是一款流行的JavaScript框架,它提供了许多实用的功能和工具来帮助前端开发人员开发优秀的应用程序。其中,filters(过滤器)是Vue.js中一个非常有用的功能,它可以用于数据的格式化和过滤。在Vue中,filters相当于模板中的管道,可以用来对数据进行处理和转换。比如,我们可以使用filters把日期格式从原始日期

springboot admin监控的作用和使用方法是什么springboot admin监控的作用和使用方法是什么May 25, 2023 pm 06:52 PM

适用场景:1、项目规模不大2、用户量不是很大、并发要求不强3、无专门运维力量4、精致的团队规模对于一些常规的项目,或者企业职责分工不是非常明确的单位来说。往往一个系统从需求到设计,开发,测试到最终上线,运维。往往80%的任务由开发团队来完成。由此,开发人员除了要实现系统的功能,还要为客户进行问题咨询答疑以及生产问题解决。试想,一个应用上线后,没有任何监控措施。跟开着一辆没有任何仪表盘的汽车一样,这样上路,任何人都没有安全感。如何在极简和追求效率上做平衡是一件特别值得思考的事情。一、Springb

如何使用Flask-Admin实现后台管理界面如何使用Flask-Admin实现后台管理界面Aug 03, 2023 pm 11:30 PM

如何使用Flask-Admin实现后台管理界面背景介绍:随着网站和应用程序的发展,后台管理界面越来越重要。在开发过程中,我们经常需要一个方便快捷的后台管理界面来管理数据、用户和其他重要信息。Flask-Admin是一个功能强大且易于使用的Flask扩展,可以帮助我们快速实现后台管理界面。Flask-Admin是基于Flask和SQLAlchemy的一个开源项

您需要admin提供的权限才能对此文件进行更改怎么解决您需要admin提供的权限才能对此文件进行更改怎么解决Jul 26, 2023 am 10:56 AM

您需要admin提供的权限才能对此文件进行更改解决方法:1、在登录界面选择管理员账户并输入密码后,就可以顺利对文件进行修改了;2、可以通过右键点击文件选择“以管理员身份运行”的方式解决;3、修改文件权限,右键点击文件,选择“属性”,点击“安全”选项卡,然后点击“编辑”按钮,选择自己的用户名,然后勾选“完全控制”选项;4、利用命令提示符解决问题;5、设置UA权限。

SQL语句中的AND运算符和OR运算符怎么用SQL语句中的AND运算符和OR运算符怎么用May 28, 2023 pm 04:34 PM

SQLAND&OR运算符AND和OR运算符用于基于一个以上的条件对记录进行过滤。AND和OR可在WHERE子语句中把两个或多个条件结合起来。如果第一个条件和第二个条件都成立,则AND运算符显示一条记录。如果第一个条件和第二个条件中只要有一个成立,则OR运算符显示一条记录。"Persons"表:LastNameFirstNameAddressCityAdamsJohnOxfordStreetLondonBushGeorgeFifthAvenueNewYorkCarter

荷兰Fairphone暂停手机租赁服务,循环经济之路遇挑战荷兰Fairphone暂停手机租赁服务,循环经济之路遇挑战Mar 07, 2024 pm 07:13 PM

荷兰可持续智能手机制造商Fairphone近日宣布,2022年推出的手机租赁服务FairphoneEasy将暂停运营。Fairphone以设备的耐用性和易维修性为卖点,旨在让用户更加参与设备的循环利用。FairphoneEasy的暂停运营可能是出于公司战略调整或市场需求考量。Fairphone一直致力于推动可持续发展和环保理念,其未来将如何调整服务模式,备受关注。Fairphone在其3月6日的官方博客中表示,终止FairphoneEasy服务是一项艰难的决定。尽管公司对循环经济仍然承诺坚定,F

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),