Alex Bern

Results 9 comments of Alex Bern

@creocoder how to pls?

In this case there should be ability to overwrite $_tagValues property, isn't it? In my I have two similar relations: tags and materials. They have similar functionality (should works the...

Okay. I've defined two relation: ``` php public function behaviors() { return [ 'taggable' => [ 'class' => TaggableBehavior::className(), 'tagRelation' => 'tags', 'tagValueAttribute' => 'title', ], 'materialable' => [ 'class'...

Many thanks. That's works.

Another question related to other: if I have two 'taggable' behaviors in my model - how to use 'relatedByTagValues()' and others similar functions? What if I need to filter by...

I do not know. @thinkingserious can yo suggest?