Mvc\Model\ManagerInterface::addHasOne

abstract public addHasOne (Phalcon\Mvc\ModelInterface $model, mixed $fields, mixed $referencedModel, mixed $referencedFields, [mixed $options]) ...

Mvc\Model\ManagerInterface::addHasMany

abstract public addHasMany (Phalcon\Mvc\ModelInterface $model, mixed $fields, mixed $referencedModel, mixed $referencedFields, [mixed $options]) ...

Mvc\Model\ManagerInterface::addBelongsTo

abstract public addBelongsTo (Phalcon\Mvc\ModelInterface $model, mixed $fields, mixed $referencedModel, mixed $referencedFields, [mixed $options]) ...

Mvc\Model\ManagerInterface::addBehavior

abstract public addBehavior (Phalcon\Mvc\ModelInterface $model, Phalcon\Mvc\Model\BehaviorInterface $behavior) ...

Mvc\Model\ManagerInterface

Source on GitHub Methods abstract public initialize (Phalcon\Mvc\ModelInterface $model) ... abstract public setModelSource (Phalcon\Mvc\ModelInterface $model, mixed $source) ... abstract public getModelSource (Phalcon\Mvc\ModelInterface $model) ... abstract public setModelSchema (Phalcon\Mvc\ModelInterface $model, mixed $schema) ... abstract public getModelSchema (Phalcon\Mvc\ModelInterface $model) ... abstract public setConnectionService (Phalcon\Mvc\ModelInterface $model, mixed $connectionSer

Mvc\Model\Manager::__destruct

public __destruct () Destroys the current PHQL cache

Mvc\Model\Manager::_getConnectionService

public _getConnectionService (Phalcon\Mvc\ModelInterface $model, mixed $connectionServices) Returns the connection service name used to read or write data related to a model depending on the connection services

Mvc\Model\Manager::useDynamicUpdate

public useDynamicUpdate (Phalcon\Mvc\ModelInterface $model, mixed $dynamicUpdate) Sets if a model must use dynamic update instead of the all-field update

Mvc\Model\Manager::setWriteConnectionService

public setWriteConnectionService (Phalcon\Mvc\ModelInterface $model, mixed $connectionService) Sets write connection service for a model

Mvc\Model\Manager::setReusableRecords

public setReusableRecords (mixed $modelName, mixed $key, mixed $records) Stores a reusable record in the internal list