Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
Just trying to wrap my head around a basic concept in XF2. What's the difference between (1) and (2)?
PHP:
//#1 $structure->relations['Bars'] = [ 'entity' => 'ABC\DEF:Bar', 'type' => self::TO_MANY, 'conditions' => ['foo_id', '=', '$bar_id'], 'primary' => true ]; //#2 $structure->relations['Bars'] = [ 'entity' => 'ABC\DEF:Bar', 'type' => self::TO_MANY, 'conditions' => ['foo_id', '=', '$bar_id'], 'primary' => false ];
And does the...
PHP:
//#1 $structure->relations['Bars'] = [ 'entity' => 'ABC\DEF:Bar', 'type' => self::TO_MANY, 'conditions' => ['foo_id', '=', '$bar_id'], 'primary' => true ]; //#2 $structure->relations['Bars'] = [ 'entity' => 'ABC\DEF:Bar', 'type' => self::TO_MANY, 'conditions' => ['foo_id', '=', '$bar_id'], 'primary' => false ];
And does the...
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.