public string getIdentityField (Phalcon\Mvc\ModelInterface $model)
Returns the name of identity field (if one is present)
print_r($metaData->getIdentityField(new Robots()));
public string getIdentityField (Phalcon\Mvc\ModelInterface $model)
Returns the name of identity field (if one is present)
print_r($metaData->getIdentityField(new Robots()));
Please login to continue.