yii2tech / ar-variation

Variation behavior for ActiveRecord
Other
48 stars 10 forks source link

Is there anyway to get or set exact variation of model (by language)? #4

Closed tural-ali closed 8 years ago

tural-ali commented 8 years ago

For example, if we're using foreach inside Item table. And current app language is english.

Is there any way to get and set russian language variation of current model in every loop?

klimov-paul commented 8 years ago

Issue resolved by commit 51af6b82d77fc1f76bd6890cdd1a13c1661b7457

tural-ali commented 8 years ago

@klimov-paul thx.