Hello eveyone.
Recently I updated framework to last version 1.1.3 and find out that some of things in my application are ot working now.
I have the CActiveRecord model and I extend it with my custom public fields, which I do not need to store in DB, but they are needed as fields in returned object;
After update to 1.1.3 version, for example, method findAllByPk returns array of models which have only collumn names as fields and have no public properties.
Does somebody have the same issue?
Thanks.