Mvc\Model\CriteriaInterface::betweenWhere
  • References/PHP/Phalcon/Mvc/Model/CriteriaInterface

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

2025-01-10 15:47:30
Mvc\Model\CriteriaInterface::bind
  • References/PHP/Phalcon/Mvc/Model/CriteriaInterface

abstract public bind (array $bindParams) ...

2025-01-10 15:47:30
Mvc\Model\CriteriaInterface::bindTypes
  • References/PHP/Phalcon/Mvc/Model/CriteriaInterface

abstract public bindTypes (array $bindTypes) ...

2025-01-10 15:47:30
Mvc\Model\CriteriaInterface::orWhere
  • References/PHP/Phalcon/Mvc/Model/CriteriaInterface

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

2025-01-10 15:47:30
Mvc\Model\CriteriaInterface::notBetweenWhere
  • References/PHP/Phalcon/Mvc/Model/CriteriaInterface

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

2025-01-10 15:47:30
Mvc\Model\CriteriaInterface
  • References/PHP/Phalcon/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 $

2025-01-10 15:47:30
Mvc\Model\CriteriaInterface::limit
  • References/PHP/Phalcon/Mvc/Model/CriteriaInterface

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

2025-01-10 15:47:30
Mvc\Model\CriteriaInterface::setModelName
  • References/PHP/Phalcon/Mvc/Model/CriteriaInterface

abstract public setModelName (mixed $modelName) ...

2025-01-10 15:47:30
Mvc\Model\CriteriaInterface::andWhere
  • References/PHP/Phalcon/Mvc/Model/CriteriaInterface

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

2025-01-10 15:47:30
Mvc\Model\CriteriaInterface::getLimit
  • References/PHP/Phalcon/Mvc/Model/CriteriaInterface

abstract public getLimit () ...

2025-01-10 15:47:30