Mvc\Model\Query\StatusInterface::getModel
  • References/PHP/Phalcon/Mvc/Model/Query/StatusInterface

abstract public getModel () ...

2025-01-10 15:47:30
Mvc\Model\Query\StatusInterface::success
  • References/PHP/Phalcon/Mvc/Model/Query/StatusInterface

abstract public success () ...

2025-01-10 15:47:30
Mvc\Model\Query\Builder::offset
  • References/PHP/Phalcon/Mvc/Model/Query/Builder

public offset (mixed $offset) Sets an OFFSET clause

2025-01-10 15:47:30
Mvc\Model\Query\BuilderInterface::from
  • References/PHP/Phalcon/Mvc/Model/Query/BuilderInterface

abstract public from (mixed $models) ...

2025-01-10 15:47:30
Mvc\Model\Query\Lang::parsePHQL
  • References/PHP/Phalcon/Mvc/Model/Query/Lang

public static string parsePHQL (string $phql) Parses a PHQL statement returning an intermediate representation

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

Source on GitHub Constants string OPERATOR_OR string OPERATOR_AND Methods abstract public columns (mixed $columns) ... abstract public getColumns () ... abstract public from (mixed $models) ... abstract public addFrom (mixed $model, [mixed $alias]) ... abstract public getFrom () ... abstract public join (mixed $model, [mixed $conditions], [mixed $alias]) ... abstract public innerJoin (mixed $model, [mixed $conditions], [mixed $alias]) ... abstract public leftJoin (mixed $model, [mixed $cond

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

public cache (mixed $cacheOptions) Sets the cache parameters of the query

2025-01-10 15:47:30
Mvc\Model\Query\BuilderInterface::orderBy
  • References/PHP/Phalcon/Mvc/Model/Query/BuilderInterface

abstract public orderBy (mixed $orderBy) ...

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

public setType (mixed $type) Sets the type of PHQL statement to be executed

2025-01-10 15:47:30
Mvc\Model\Query\BuilderInterface::inWhere
  • References/PHP/Phalcon/Mvc/Model/Query/BuilderInterface

abstract public inWhere (mixed $expr, array $values, [mixed $operator]) ...

2025-01-10 15:47:30