Phalcon\Mvc\Model\Query\BuilderInterface initializer
...
...
Sets the columns to be queried
Return the columns to be queried
Sets the models who makes part of the query
Add a model to take part of the query
Return the models who makes part of the query
Adds a INNER join to the query
Adds a INNER join to the query
Adds a LEFT join to the query
Adds a RIGHT join to the query
Sets conditions for the query
Appends a condition to the current conditions using a AND operator
Appends a condition to the current conditions using a OR operator
Appends a BETWEEN condition to the current conditions
Appends a NOT BETWEEN condition to the current conditions
$builder->notBetweenWhere('price', 100.25, 200.50);
Appends an IN condition to the current conditions
Appends a NOT IN condition to the current conditions
Return the conditions for the query
Sets a ORDER BY condition clause
Return the set ORDER BY clause
Sets a HAVING condition clause
Returns the HAVING condition clause
Sets a LIMIT clause
Returns the current LIMIT clause
Sets a LIMIT clause
Returns the GROUP BY clause
Returns a PHQL statement built based on the builder parameters
Returns the query built
© 2011–2016 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/2.0.0/api/Phalcon_Mvc_Model_Query_BuilderInterface.html