A
'tag' => [
'authorName\pluginName\Models\Tag',
'table' => 'authorName_pluginName_tags',
'key' => 'tag_id',
'otherKey' => 'item_id'
],
];
Size: a a a
A
A
ПП
P
@media (max-width: 767.98px) {
element {
display: none;
}
}
@media (min-width: 768px) {
element {
display: block;
}
}
КА
ПП
КА
КА
S
A
A
A
public $belongsToMany = [
'items' => [
Item::class,
'table' => 'pluginAuthor_pluginName_item_tag',
'key' => 'tag_id',
'otherKey' => 'item_id'
]
];
КА
public $belongsToMany = [
'items' => [
Item::class,
'table' => 'pluginAuthor_pluginName_item_tag',
'key' => 'tag_id',
'otherKey' => 'item_id'
]
];
A
A
КА
A
ST
ST