Select field of link table

I hav a model with a relation, which looks like this:

‘arrFormat’ => array(self::MANY_MANY, ‘Format’, ‘ProductFormatLink(idProduct, idFormat)’),

the “ProductFormatLink” table doesn’t have only the 2 fields “idProduct” and “idFormat”. There’s a third field, which is called “dclPrice” and I would like to know, if I can select this field, to have it in the relation “arrFormat”?

EDIT:

I get only fields of table “Format” selected. Something like ‘ProductFormatLink.dclPrice’ doesn’t work.

Same doubt here. Does anybody have a solution?

http://www.yiiframework.com/forum/index.php?/topic/4297-additional-fields-in-link-table-manytomany/page__view__findpost__p__23012