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 8527509
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T08:34:37+00:00 2026-06-11T08:34:37+00:00

I know I can reference a class’ property using a variable as follows: $field_name

  • 0

I know I can reference a class’ property using a variable as follows:

$field_name = 'first_name';
$myobject->$field_name // references $myobject->first_name

Is there a way I can reference a class property using another class’ property? For example,

$myobject->{$model->field_name} // Does not work
  • 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-06-11T08:34:38+00:00Added an answer on June 11, 2026 at 8:34 am

    This works for me:

    class Foo {
        public $bar = 'baz';
    }
    
    class Bar {
        private $baz = 'Hello, World!';
    
        public function __construct() {
            $foo = new Foo;
            echo $this->{$foo->bar};
        }
    }
    
    new Bar;
    

    It prints:

    Hello, World!
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way I can know who holds a reference to an object?
I want to know how we can get record count using reference cursor in
What is the proper way to use Messenger class ? I know it can
I know I can reference a simple session variable (ie: string) in javascript like
i would like know some reference. I know i can googling it. but prefer
I know C# has both value and reference types, but how can you do
How can I find and delete unused references in my projects? I know you
I can't even get off the ground.I DO KNOW HOW TO ADD REFERENCES, (this.mshtml
I have a query that I know can be done using a subselect, but
I know that you can get a reference to a static method like this:

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.