Table Of ContentsPrevious topic< Class Phalcon\Mvc\Model\MetaData\Strategy\Annotations Next topic |
Class Phalcon\Mvc\Model\MetaData\Strategy\Introspection¶Phalcon\Mvc\Model\MetaData\Strategy\Instrospection Queries the table meta-data in order to instrospect the model’s metadata Methods¶public array getMetaData (Phalcon\Mvc\ModelInterface $model, Phalcon\DiInterface $dependencyInjector) The meta-data is obtained by reading the column descriptions from the database information schema public array getColumnMaps (Phalcon\Mvc\ModelInterface $model, Phalcon\DiInterface $dependencyInjector) Read the model’s column map, this can’t be infered |