Saving related translation models

Hi there!

Have a small issue about saving related translation models.

For example:

table "post" has id,sort,created_at

table "post_description" has post_id language_id, title, description

What is the right way of doing related crud in such cases?

Hi,

You can view here http://www.yiiframework.com/wiki/621/filter-sort-by-calculated-related-fields-in-gridview-yii-2-0/

Good luck.