public getPrimaryKeyAttributes (Phalcon\Mvc\ModelInterface $model)
Returns an array of fields which are part of the primary key
print_r($metaData->getPrimaryKeyAttributes(new Robots()));
public getPrimaryKeyAttributes (Phalcon\Mvc\ModelInterface $model)
Returns an array of fields which are part of the primary key
print_r($metaData->getPrimaryKeyAttributes(new Robots()));
Please login to continue.