public Phalcon\Mvc\Model\Query\Builder
abstract public where (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) ...
abstract public andWhere (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) ...
public forUpdate (mixed $forUpdate) Sets a FOR UPDATE clause
public Phalcon\Mvc\Model\Query\Builder orWhere
public string | array getOrderBy () Returns the set ORDER BY clause
public addFrom (mixed $model, [mixed $alias], [mixed $with]) Add a model to take part of the query
abstract public getWhere () ...
public string getGroupBy () Returns the GROUP BY clause
final public string getPhql () Returns a PHQL statement built based on the builder parameters
Page 1 of 11