abstract public addFrom (mixed $model, [mixed $alias]) ...
abstract public getFrom () ...
abstract public having (mixed $having) ...
public cache (mixed $cacheOptions) Sets the cache parameters of the query
Source
abstract public rightJoin (mixed $model, [mixed $conditions], [mixed $alias]) ...
public Phalcon\Mvc\Model\Query\Builder join
public setDI (Phalcon\DiInterface $dependencyInjector)
public getUniqueRow () Check if the query is programmed to get only the first row in the resultset
abstract public leftJoin (mixed $model, [mixed $conditions], [mixed $alias]) ...
Page 4 of 11