I have Brand table(it contains brand_id, brand_name, b_year ) and this code
`Products::model()->getAttributeLabel('brand_id')`
var_dump(Products::model()->getAttributeLabel('brand_id'));
It shows only brand_id label. How can I show all labels instead of one?