CActiveRecord problem

operating system : Linux

Web server : apache

browser type : all

Yii version or SVN revision : 1.0.4 -> 1.0.6

As you see in the picture, the "find" and "findAll" method of CActiveRecord::model() return the CActiveRecordMetaData object and no 'attributes' property.

I have changed to using ['attributes'] then it works for "findAll" return object but not "find".

In the picture, GeneralCateTrans and current ‘self’ is ‘extends’ of CActiveRecord. Please explain me the reason and if that a bug, please fix that. Posted Image

$objTmpTrans could be null if find() doesn't find anything.