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