I am having problems in one of my models where I want a property storing an array. This array should be converted to a string when storing to database, and when loading it back to model it should be converted from string to array.
Is this matter dealt with in Yii 1.1, or is there any plugin/behaviour that deals with it?
I am completely stuck now!