Getting error with Entity relations

G

grantus

Guest
Member
I followed the XF docs about relations but it doesn't seem to work for me.

I have a table battle_points that contains user_id column.

I have this in my entity:

Code:

Code:

Code:

Code:

Code:
$structure->relations = [
            'User' => [
                'entity'     => 'XF:User',
                'type'       => self::TO_ONE,
                'conditions' => 'user_id',
                'primary'    => true
            ],
        ];
        $structure->defaultWith = ['User'];
...

Read more

Continue reading...
 
BlackSpigot General Chat
Rules Help Users
    F @ faddas: Hey guys feel free to add pink_kuromi on discord if you need anything ✨ Can you accept me on...
    Top