This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

thiago9438
thiago9438

I want to parse an variable into relation, there is an way to use a callback? The variable is the current admin user id.

public $belongsToMany = [
        'users' => [
            'Backend\Models\User',
            'table'    => 'core_cms_user_classes',
            'key'      => 'user_id',
            'otherKey' => 'class_id',
          'conditions' => 'parent_id= $VARIABLE'
        ]
    ];

1-1 of 1

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.