Hi, one of the properties of basic models is the $key_field used to set the underlying table's primary field.
According to the documentation ;
// usually the tables primary key(s)... can be an array if compound key
I've tried assigning it an array since am using a compound key to no avail. Such tasks as editing entries require to identify the specific row. Hence all I get is errors.
What am I doing wrong? Can I really assign an array to the property?
Comments