Mvc\Model\Relation::getIntermediateReferencedFields

public string | array getIntermediateReferencedFields () Gets the intermediate referenced fields for has-*-through relations

Mvc\Model\Relation::getIntermediateFields

public string | array getIntermediateFields () Gets the intermediate fields for has-*-through relations

Mvc\Model\Query\Status::success

public success () Allows to check if the executed operation was successful

Mvc\Model\Relation

implements Phalcon\Mvc\Model\RelationInterface Source on GitHub This class represents a relationship between two models Constants integer BELONGS_TO integer HAS_ONE integer HAS_MANY integer HAS_ONE_THROUGH integer HAS_MANY_THROUGH integer NO_ACTION integer ACTION_RESTRICT integer ACTION_CASCADE Methods public __construct (int $type, string $referencedModel, string | array $fields, string | array $referencedFields, [array $options]) Phalcon\Mvc\Model\Relation constructor public s

Mvc\Model\Query\Status::getModel

public getModel () Returns the model that executed the action

Mvc\Model\Query\StatusInterface::success

abstract public success () ...

Mvc\Model\Query\StatusInterface

Source on GitHub Methods abstract public getModel () ... abstract public getMessages () ... abstract public success () ...

Mvc\Model\Query\StatusInterface::getMessages

abstract public getMessages () ...

Mvc\Model\Query\StatusInterface::getModel

abstract public getModel () ...

Mvc\Model\Query\Lang::parsePHQL

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