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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T10:50:28+00:00 2026-05-30T10:50:28+00:00

I would like to use a for loop to access 10 objects of the

  • 0

I would like to use a for loop to access 10 objects of the same class.
The reason is that I want to make a table of the data and I don’t find it proper to write by hand all the html markup for each row (object) on the table.

My code is :

<?php 
    for ($i=1;$i<=10;$i++){
?>
        <tr>
            <td><? echo $i;?></td><td><?php echo $office1->pc;?></td>
            <td><?php echo $office1->pc*$office1->pcPowerPerUnit;?></td>

            <td><? echo $office1->printer;?></td>
            <td><?php echo $office1->printer*$office1->printerPowerPerUnit;?></td>

            <td><? echo $office1->lights;?></td>
            <td><?php echo $office1->lights*$office1->lightsPowerPerUnit;?></td>

            <td><? echo $office1->aircondition;?></td>
            <td><?php echo $office1->aircondition*$office1->airconPowerPerUnit;?></td>

            <td><? echo $office1->server;?></td>
            <td><?php echo $office1->server*$office1->serverPowerPerUnit;?></td>

        </tr>
     <?php } ?>

What I thought that could be done is to change the references $office1->pc (for example) to $office[$i]->pc or something like that but that doesn’t seem to work. I also searched for object iteration in the php manual but that wasn’t helpful.

The number of objects is fixed (10) and the properties are already calculated and ready to be echoed out.

  • 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-30T10:50:29+00:00Added an answer on May 30, 2026 at 10:50 am

    You can use a special syntax to refer to your variables like that. Ty this:

    <?php echo ${'office'.$i}->pc;?>

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

Sidebar

Related Questions

I would like to use the Roboto font in my Android application and make
I would like to use a language that I am familiar with - Java,
I would like to use a component that exposes the datasource property, but instead
I would like to know what kind of data structure (queue) I should use
I have a validation class which I would like to use to check all
I would like to be able to access data:post.labels from within the header at
I would like to use $a and $b variables in my anonimous binary functions
I would like to use a TextBox for a password, but before the user
I would like to use the Tornado web server to connect to a HTTP
I would like to use ListBox1.loadfromfile method in .NET, but it doesn't seem to

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.