1. Use the getAttributeLabel() method (available since v1.1.4)

  2. Code Example:

    Products::model()->getAttributeLabel('brand_id')
    
  3. The above example gets the attribute label for the brand_id attribute in the model Products.