Mvc\Model\ManagerInterface::addBelongsTo

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

Mvc\Model\ManagerInterface::createBuilder

abstract public createBuilder ([mixed $params]) ...

Mvc\Model\ManagerInterface::addBehavior

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

Mvc\Model\ManagerInterface::addHasOne

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

Mvc\Model\ManagerInterface::createQuery

abstract public createQuery (mixed $phql) ...

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::_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::__destruct

public __destruct () Destroys the current PHQL cache

Mvc\Model\Manager::setReusableRecords

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

Mvc\Model\Manager::setEventsManager

public setEventsManager (Phalcon\Events\ManagerInterface $eventsManager) Sets a global events manager