setTable('unites'); $this->setDisplayField('id'); $this->setPrimaryKey('id'); $this->hasMany('Suivis', [ 'foreignKey' => 'unite_id' ]); } }