Mvc\Model\MetaData\Xcache::MODELS_COLUMN_MAP

integer MODELS_COLUMN_MAP

Mvc\Model\MetaData\Xcache::MODELS_AUTOMATIC_DEFAULT_UPDATE

integer MODELS_AUTOMATIC_DEFAULT_UPDATE

Mvc\Model\MetaData\Xcache::MODELS_ATTRIBUTES

integer MODELS_ATTRIBUTES

Mvc\Model\MetaData\Xcache::MODELS_AUTOMATIC_DEFAULT_INSERT

integer MODELS_AUTOMATIC_DEFAULT_INSERT

Mvc\Model\MetaData\Xcache

extends abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub Stores model meta-data in the XCache cache. Data will erased if the web server is restarted By default meta-data is stored for 48 hours (172800 seconds) You can query the meta-data by printing xcache_get(‘$PMM$’) or xcache_get(‘$PMM$my-app-id’) $metaData = new Phalcon\Mvc\Model\Metadata\Xcache(array( 'prefix' => 'my-app-id', 'lifetime'

Mvc\Model\MetaData\Strategy\Introspection::getColumnMaps

final public getColumnMaps (Phalcon\Mvc\ModelInterface $model, Phalcon\DiInterface $dependencyInjector) Read the model’s column map, this can’t be inferred

Mvc\Model\MetaData\Strategy\Introspection::getMetaData

final public getMetaData (Phalcon\Mvc\ModelInterface $model, Phalcon\DiInterface $dependencyInjector) The meta-data is obtained by reading the column descriptions from the database information schema

Mvc\Model\MetaData\Strategy\Introspection

implements Phalcon\Mvc\Model\MetaData\StrategyInterface Source on GitHub Queries the table meta-data in order to introspect the model’s metadata Methods final public getMetaData (Phalcon\Mvc\ModelInterface $model, Phalcon\DiInterface $dependencyInjector) The meta-data is obtained by reading the column descriptions from the database information schema final public getColumnMaps (Phalcon\Mvc\ModelInterface $model, Phalcon\DiInterface $dependencyInjector) Read the model’s column map, this can’t be

Mvc\Model\MetaData\Strategy\Annotations::getColumnMaps

final public getColumnMaps (Phalcon\Mvc\ModelInterface $model, Phalcon\DiInterface $dependencyInjector) Read the model’s column map, this can’t be inferred

Mvc\Model\MetaData\Strategy\Annotations

implements Phalcon\Mvc\Model\MetaData\StrategyInterface Source on GitHub Methods final public getMetaData (Phalcon\Mvc\ModelInterface $model, Phalcon\DiInterface $dependencyInjector) The meta-data is obtained by reading the column descriptions from the database information schema final public getColumnMaps (Phalcon\Mvc\ModelInterface $model, Phalcon\DiInterface $dependencyInjector) Read the model’s column map, this can’t be inferred