Good morning guys, I will apply the fuel in an existing project, where the primary keys are as 'code' and not 'id'. How do I read 'code' as 'id' in $ _properties?
The $_properties property list the columns, and optionally the column definition.
The primary key is defined in $_primary_key. This is an array, so you can define multiple columns if you have a table containing a compound primary key.