public betweenWhere (mixed $expr, mixed $minimum, mixed $maximum) Appends a BETWEEN condition to
public int | array | null getLimit () Returns the limit parameter in the criteria, which will be
public limit (mixed $limit, [mixed $offset]) Adds the limit parameter to the criteria
public forUpdate ([mixed $forUpdate]) Adds the “for_update” parameter to the criteria
public Phalcon\Mvc\Model\Criteria columns
public getModelName () Returns an internal model name on which the criteria will be applied
public conditions (mixed $conditions) Adds the conditions parameter to the criteria
public setModelName (mixed $modelName) Set a model on which the query will be executed
public getHaving () Returns the having clause in the criteria
public groupBy (mixed $group) Adds the group-by clause to the criteria
Page 3 of 4