Mvc\Model\Query\Builder::leftJoin
  • References/PHP/Phalcon/Mvc/Model/Query/Builder

public Phalcon\Mvc\Model\Query\Builder

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

public from (mixed $models) Sets the models who makes part of the query

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

public notBetweenWhere (mixed $expr, mixed $minimum, mixed $maximum, [mixed $operator]) Appends

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

public parse () Parses the intermediate code produced by Phalcon\Mvc\Model\Query\Lang generating another intermediate representation

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

public setUniqueRow (mixed $uniqueRow) Tells to the query if only the first row in the resultset must be returned

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

string OPERATOR_AND

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

abstract public betweenWhere (mixed $expr, mixed $minimum, mixed $maximum, [mixed $operator])

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

abstract public getMessages () ...

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

abstract public getPhql () ...

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

public getModel () Returns the model that executed the action

2025-01-10 15:47:30