Mvc\Model\Manager::getRelationsBetween

public getRelationsBetween (mixed $first, mixed $second) Query the first relationship defined between two models

Mvc\Model\Manager::getRelations

public getRelations (mixed $modelName) Query all the relationships defined on a model

Mvc\Model\Manager::getRelationRecords

public Phalcon\Mvc\Model\Resultset\Simple | Phalcon\Mvc\Model\Resultset\Simple | int | false getRelationRecords (Phalcon\Mvc\Model\RelationInterface $relation, mixed $method, Phalcon\Mvc\ModelInterface $record, [mixed $parameters]) Helper method to query records based on a relation definition

Mvc\Model\Manager::getRelationByAlias

public getRelationByAlias (mixed $modelName, mixed $alias) Returns a relation by its alias

Mvc\Model\Manager::getReadConnectionService

public getReadConnectionService (Phalcon\Mvc\ModelInterface $model) Returns the connection service name used to read data related to a model

Mvc\Model\Manager::getReadConnection

public getReadConnection (Phalcon\Mvc\ModelInterface $model) Returns the connection to read data related to a model

Mvc\Model\Manager::getNamespaceAliases

public getNamespaceAliases () Returns all the registered namespace aliases

Mvc\Model\Manager::getNamespaceAlias

public getNamespaceAlias (mixed $alias) Returns a real namespace from its alias

Mvc\Model\Manager::getModelSource

public getModelSource (Phalcon\Mvc\ModelInterface $model) Returns the mapped source for a model

Mvc\Model\Manager::getModelSchema

public getModelSchema (Phalcon\Mvc\ModelInterface $model) Returns the mapped schema for a model