public addFrom (mixed $model, [mixed $alias], [mixed $with]) Add a model to take part of the query
public limit ([mixed $limit], [mixed $offset]) Sets a LIMIT clause, optionally an offset clause
public getSql () Returns the SQL to be generated by the internal PHQL (only works in SELECT statements)
abstract public where (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) ...
public forUpdate (mixed $forUpdate) Sets a FOR UPDATE clause
public Phalcon\Mvc\Model\Query\Builder
public setBindParams (array $bindParams, [mixed $merge]) Set default bind parameters
final public string getPhql () Returns a PHQL statement built based on the builder parameters
public string | array getOrderBy () Returns the set ORDER BY clause
public getDI () Returns the dependency injection container
Page 1 of 11