creocoder / yii2-taggable

The taggable behavior for the Yii framework.
Other
134 stars 33 forks source link

How to work with yii2-translateable? #19

Open s02 opened 9 years ago

s02 commented 9 years ago

How to add tagging support for News? Shoud i add taggable behavior to News model or NewsTranslation?

creocoder commented 9 years ago

It depends on your task. If you need independence tags per language that you can use NewsTranslation model if don't use News model.

s02 commented 9 years ago

Have written tags for NewsTranslation. Is it native ability to count frequency for every language? Or i must count it myself?