Model Without Ar

I’m wondering, how to use a CModel only for my projects models.

I don’t need ActiveRecord, because it is slower.

But I can’t figure out, how to use only a CModel to:

  • use with query builder,

  • get/set model attributes manually, based on query result

Hi please see this link…

http://www.sheldmandu.com/php/php-mvc-frameworks/yii-dao-vs-active-record-performance

it may be helpful…

Thank you! It was helpful.