Extension URL: www.yiiframework.com/extension/easymultilanguage/
Its great extensions,helping me a lot but:
its problem occurs when i update a model outside the form.
ex:
$article = Article::model()->findByAttributes(array('slug'=>$slug));
$article->num_reads++;
$article->save();
when current language isn’t the default language while update process, a bug occurred! the default language attributes are deleted from database, the current language attributes saved in default language attributes
i hope any one understand. many thanks in advance.