public getPrimaryKeyAttributes (Phalcon\Mvc\ModelInterface $model)
Returns an array of fields which are part of the primary key
1 | print_r( $metaData ->getPrimaryKeyAttributes( new Robots())); |
public getPrimaryKeyAttributes (Phalcon\Mvc\ModelInterface $model)
Returns an array of fields which are part of the primary key
1 | print_r( $metaData ->getPrimaryKeyAttributes( new Robots())); |
Designed by : w10schools
service@w10schools.com
Please login to continue.