public Phalcon\Mvc\Model\Criteria columns
public betweenWhere (mixed $expr, mixed $minimum, mixed $maximum) Appends a BETWEEN condition to
public getHaving () Returns the having clause in the criteria
public cache (array $cache) Sets the cache options in the criteria This method replaces all previously set cache options
public order (mixed $orderColumns) Adds the order-by parameter to the criteria (deprecated)
public inWhere (mixed $expr, array $values) Appends an IN condition to the current conditions
public conditions (mixed $conditions) Adds the conditions parameter to the criteria
public getModelName () Returns an internal model name on which the criteria will be applied
public limit (mixed $limit, [mixed $offset]) Adds the limit parameter to the criteria
public bind (array $bindParams, [mixed $merge]) Sets the bound parameters in the criteria This method replaces
Page 3 of 4