public getDataTypes (Phalcon\Mvc\ModelInterface $model)
Returns attributes and their data types
print_r($metaData->getDataTypes(new Robots()));
public getDataTypes (Phalcon\Mvc\ModelInterface $model)
Returns attributes and their data types
print_r($metaData->getDataTypes(new Robots()));
Please login to continue.