Mvc\Model\CriteriaInterface::limit

abstract public limit (mixed $limit, [mixed $offset]) ...

2016-10-16 09:53:15
Mvc\Model\CriteriaInterface::andWhere

abstract public andWhere (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) ...

2016-10-16 09:53:13
Mvc\Model\CriteriaInterface::orWhere

abstract public orWhere (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) ...

2016-10-16 09:53:16
Mvc\Model\CriteriaInterface::notBetweenWhere

abstract public notBetweenWhere (mixed $expr, mixed $minimum, mixed $maximum) ...

2016-10-16 09:53:15
Mvc\Model\CriteriaInterface

Source on GitHub Methods abstract public setModelName (mixed $modelName) ... abstract public getModelName () ... abstract public bind (array $bindParams) ... abstract public bindTypes (array $bindTypes) ... abstract public where (mixed $conditions) ... abstract public conditions (mixed $conditions) ... abstract public orderBy (mixed $orderColumns) ... abstract public limit (mixed $limit, [mixed $offset]) ... abstract public forUpdate ([mixed $forUpdate]) ... abstract public sharedLock ([mixed $

2016-10-16 09:53:13
Mvc\Model\CriteriaInterface::setModelName

abstract public setModelName (mixed $modelName) ...

2016-10-16 09:53:16
Mvc\Model\CriteriaInterface::bind

abstract public bind (array $bindParams) ...

2016-10-16 09:53:14
Mvc\Model\CriteriaInterface::betweenWhere

abstract public betweenWhere (mixed $expr, mixed $minimum, mixed $maximum) ...

2016-10-16 09:53:13
Mvc\Model\CriteriaInterface::bindTypes

abstract public bindTypes (array $bindTypes) ...

2016-10-16 09:53:14
Mvc\Model\CriteriaInterface::getWhere

abstract public getWhere () ...

2016-10-16 09:53:15