Mvc\Model\MetaData::getNonPrimaryKeyAttributes

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()));
doc_Phalcon
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.