public getRelationByAlias (mixed $modelName, mixed $alias) Returns a relation by its alias
public getWriteConnection (Phalcon\Mvc\ModelInterface $model) Returns the connection to write data related to a model
public getRelationsBetween (mixed $first, mixed $second) Query the first relationship defined between two models
public getReusableRecords (mixed $modelName, mixed $key) Returns a reusable object from the internal list
public getNamespaceAliases () Returns all the registered namespace aliases
public getReadConnectionService (Phalcon\Mvc\ModelInterface $model) Returns the connection service name used to read data related to a model
public getNamespaceAlias (mixed $alias) Returns a real namespace from its alias
public getReadConnection (Phalcon\Mvc\ModelInterface $model) Returns the connection to read data related to a model
public getModelSchema (Phalcon\Mvc\ModelInterface $model) Returns the mapped schema for a model
public getLastQuery () Returns the last query created or executed in the models manager
Page 153 of 382