Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6802123
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T19:11:05+00:00 2026-05-26T19:11:05+00:00

With Yii php framework, I use inheritance. In my AbstractModel, I have this method:

  • 0

With Yii php framework, I use inheritance.

In my AbstractModel, I have this method:

public function attributeLabels()
    {
        return array(
            '0'=>Yii::t('default','No'),
            '1'=>Yii::t('default','Yes'),
        );
    } 

In my object who extends AbstractModel, I have this method:

public function attributeLabels()
    {
        return array(
            'username' => Yii::t('user', 'email'),

        );
    }

In a view file, I use:

<?php echo CHtml::activeLabel($model, $model->property);?>

But I never show ‘No’ or ‘Yes’ from asbtractModel. If I put all in my model it works. But I want to use inheritance.
How can I concat parent attributeLabels with current model attributeLabels?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T19:11:06+00:00Added an answer on May 26, 2026 at 7:11 pm

    Simply merge the return value of the parent method in MyObject (model class):

      public function attributeLabels() {
        return array_merge(
          parent::attributeLabels(),
          array(
            'username' => Yii::t('user', 'email'),
          )
        );
      }
    

    You may also use CMap::mergeArray().

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have these default route rules in my urlManager in Yii framework: 'urlManager'=>array( 'urlFormat'=>'path',
I'm use Yii Framework. I have a named anchor <a name=projet>projet</a> in about.php page.
I wish to use a PHP Framework such as Yii, however, it seems to
I am using PHP Yii Framework with MongoDB(yiimongodbsuite). I have created a Model which
I am new to php and the yii framework. I have started developing simple
I'm using the Yii PHP framework which has a function PDO::lastInsertId that's apparently just
I have been trying to learn Yii without luck. I find Zend Framework, Kohana,
In Yii, when access to <app-host>/index.php?r=<mycontroller>/<myaction> , the framework will start to run code
I have a Yii project with a main.php config file and dev.php config file
To begin, I'm working entirely in PHP using the Yii framework, although Yii ultimately

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.