Download the PHP package adt/query-utils without Composer
On this page you can find all versions of the php package adt/query-utils. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download adt/query-utils
More information about adt/query-utils
Files in adt/query-utils
Download adt/query-utils
More information about adt/query-utils
Files in adt/query-utils
Vendor adt
Package query-utils
Short Description Doctrine query helpers for ADT.
License BSD-3-Clause GPL-2.0 GPL-3.0
Homepage http://appsdevteam.com
Package query-utils
Short Description Doctrine query helpers for ADT.
License BSD-3-Clause GPL-2.0 GPL-3.0
Homepage http://appsdevteam.com
Please rate this library. Is it a good library?
Informations about the package query-utils
Query Utils
Set of Doctrine ORM query helpers.
Prepared Queries
All predefined queries share common ancestor: Query\BaseQuery
.
This class exposes these public methods:
bindExprTo($qb)
- binds generated expression to your QueryBuilder,bindParametersTo($qb)
- binds generated parameters to your QueryBuilder,bindTo($qb)
- binds expression and parameters to your QueryBuilder.
Also, bindExprTo
and bindTo
have second, optional parameter $method
which defaults to and
.
This represents method used for binding.
- if
and
is passed,$qb->andWhere(...)
is used, - if
or
is passed,$qb->orWhere(...)
is used.
Full-text Query
For string $q
to lookup on columns client.firstName
and client.lastName
use following:
long form:
or short form:
All versions of query-utils with dependencies
PHP Build Version
Package Version
Requires
kdyby/doctrine Version
*
The package adt/query-utils contains the following files
Loading the files please wait ....