[RSS Feed/News] Relation with another add-on

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I am trying to build a relation from addon1 to addon2 (one to one), but it's not working. Something missing on my configuration?
Some questions:
  • On the example below, what does 'Category' relation refers to, can be any name?
  • Is my 'entity' correct to point to another addon?
  • Does the recording order matter?

ADDON 1
Code:

Code:
// ...
    $structure->columns = [
      'product_id'   => ['type' => self::UINT, 'autoIncrement' => true],
      'product'        => ['type' => self::STR...

Read more
Read more about this Feed . . .
 
Status
Not open for further replies.
Back
Top Bottom