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