Activerecord Needed Methods.

Hi, I would like to know which methods of a CActiveRecord class should be called directly in user models? for example CActiveRecord->applyScopes() method, is it needed to called in user models?

Hi,

What is your goal? What you want to do with it?

For normal use you don’t have to call this method.

I’m trying to translate the members of a CActiveRecord class that are used directly in the user model (e.g. Post model) to Persian language. The CActiveRecord class has a many methods (I know most of them especially those that are generated by gii) and now I want to learn all CActiveRecord members (properties & methods) but some of them are used by Yii internally. I would like to know which methods of a CActiveRecord class should be called directly in a user models?