Mvc\Model\Manager::load

public load (mixed $modelName, [mixed $newInstance]) Loads a model throwing an exception if it doesn’t exist

Mvc\Model\Manager::isUsingDynamicUpdate

public isUsingDynamicUpdate (Phalcon\Mvc\ModelInterface $model) Checks if a model is using dynamic update instead of all-field update

Mvc\Model\Manager::keepSnapshots

public keepSnapshots (Phalcon\Mvc\ModelInterface $model, mixed $keepSnapshots) Sets if a model must keep snapshots

Mvc\Model\Manager::isVisibleModelProperty

final public isVisibleModelProperty (Phalcon\Mvc\ModelInterface $model, mixed $property) Check whether a model property is declared as public. $isPublic = $manager->isVisibleModelProperty(new Robots(), 'name');

Mvc\Model\Manager::isKeepingSnapshots

public isKeepingSnapshots (Phalcon\Mvc\ModelInterface $model) Checks if a model is keeping snapshots for the queried records

Mvc\Model\Manager::initialize

public initialize (Phalcon\Mvc\ModelInterface $model) Initializes a model in the model manager

Mvc\Model\Manager::isInitialized

public isInitialized (mixed $modelName) Check whether a model is already initialized

Mvc\Model\Manager::getWriteConnectionService

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

Mvc\Model\Manager::getReusableRecords

public getReusableRecords (mixed $modelName, mixed $key) Returns a reusable object from the internal list

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