How to use Yii with a multilingual database model?

后端 未结 3 1211
执念已碎
执念已碎 2021-02-08 06:38

I’m having a problem getting the data from my database which I created to be completely multilingual, and I hope someone here can help me.

I’ve split up all my tables in

3条回答
  •  不思量自难忘°
    2021-02-08 07:29

    You can try to use a simple multilingual CRUD extension. it is very simple to use and modificate. you just need to add language field to your table. just watch description here: http://all-of.me/yii-multilingual-crud/ it is in alpha state, but tried on a few projects. you can easily modificate it or contact author to fix or add features

提交回复
热议问题