Navigation Menu

Skip to content

Record::prime

James Cobban edited this page Apr 5, 2019 · 1 revision

$record->prime

Up: class Record

This protected attribute contains the name of the primary key field of the associated database table. This field is protected to the Record class. It is an array of field names if records in the associated table are identified by a combination of multiple fields. The value can be read using the method $record→getInfo()['prime'].

Next: $record->msg

Clone this wiki locally